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

Rollback GraphiteSanitize to replacing whitespaces #1099

Merged
merged 1 commit into from
Mar 10, 2017

Conversation

arteam
Copy link
Member

@arteam arteam commented Mar 9, 2017

As reported in #1098 the current sanitizer is too aggressive. It strips dots which play an important role in the Graphite metrics name convention. Until we develop a better algorithm, let's do only basic sanitization.

As reported in #1098 the current sanitizer is too aggressive. It strips
dots which play an important role in the Graphite metrics name convention.

Until we develop a better algorithm, let's do only basic sanitization.
@arteam
Copy link
Member Author

arteam commented Mar 9, 2017

@jplock jplock added this to the 3.2.1 milestone Mar 9, 2017
@jplock
Copy link
Member

jplock commented Mar 9, 2017

LGTM

@nickbabcock
Copy link
Contributor

I feel like we should keep the ability to create metric names that don't crash graphite or else issues like #637 becomes relevant again. IMO, rollback the behavior but expose GraphiteSanitize#sanitize so that users can create metric names that won't crash graphite.

@Se7soz
Copy link
Contributor

Se7soz commented Mar 9, 2017

Awesome .. thanks alot for acting so fast on this :)

@arteam
Copy link
Member Author

arteam commented Mar 10, 2017

I feel like we should keep the ability to create metric names that don't crash graphite or else issues like #637 becomes relevant again. IMO, rollback the behavior but expose GraphiteSanitize#sanitize so that users can create metric names that won't crash graphite.

Users can override the sanitize method on graphite senders, so it should be possible to provide a custom sanitization.

@arteam arteam merged commit 9e47bca into 3.2-development Mar 10, 2017
@arteam arteam deleted the rollback_to_whitespace_serializing branch March 10, 2017 08:07
@nickbabcock
Copy link
Contributor

But the issue is that the Graphite senders do not see the individual named parts of a metric, only the whole name, so the problem remains. Ideally one would sanitize the individual parts like I showed in #1098. I thought it would be convenient to have the code in the base metric library because anyone who is using graphite and may have metrics remotely based on user input should be sanitizing them.

@arteam
Copy link
Member Author

arteam commented Mar 10, 2017

That's true. I just wanted to rollback to the original behaviour so non-TCP senders are not broken.

@nickbabcock
Copy link
Contributor

Yeah and that was the right decision. I'll kick around a PR for users to opt into an individual name graphite sanitizer 😄

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

4 participants