Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

don't remove tagging characters when sanitizing metric names #696

Closed
wants to merge 1 commit into from

Conversation

DanCech
Copy link
Contributor

@DanCech DanCech commented Mar 26, 2020

This fixes the issue referenced in #643 where tagged series names have the ; and = characters stripped off by the sanitization code.

With this patch those characters are no longer stripped, allowing the use of tagged series.

There are a couple of issues with this approach which are that there is no handling for scenarios where suffixes are added to the series names, so the utility of supporting tags is limited to gauges without further changes.

The other issue is that anyone who is sending metrics today that include those characters will see their series names change as they will no longer be stripped.

@DanCech
Copy link
Contributor Author

DanCech commented Jul 31, 2020

These changes are included as part of #697, so this PR will be a no-op once that one is merged.

@BlueHatbRit
Copy link
Member

#697 has been merged so I'm closing this one off 🎊 thanks so much for your contributions!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants