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

GraphiteWriter: add option for escaping special characters #7414

Open
Al2Klimov opened this issue Aug 13, 2019 · 3 comments
Open

GraphiteWriter: add option for escaping special characters #7414

Al2Klimov opened this issue Aug 13, 2019 · 3 comments
Labels
area/graphite Metrics to Graphite enhancement New feature or request

Comments

@Al2Klimov
Copy link
Member

... instead of replacing them by a single character. I.e.:

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~

Becomes:

%20%21%22%23%24%25%26%27%28%29%2a%2b%2c%2d%2e%2f0123456789%3a%3b%3c%3d%3e%3f%40ABCDEFGHIJKLMNOPQRSTUVWXYZ%5b%5c%5d%5e%5f%60abcdefghijklmnopqrstuvwxyz%7b%7c%7d%7e

With this one the Graphite module will have a lot less trouble (once adjusted).

@Al2Klimov Al2Klimov added enhancement New feature or request area/graphite Metrics to Graphite labels Aug 13, 2019
@Al2Klimov
Copy link
Member Author

Al2Klimov commented Aug 13, 2019

@julianbrost
Copy link
Contributor

Can you provide more details what's this supposed to do?

E.g. Icinga/icingaweb2-module-graphite#210

If I understand correctly, that one is only about ., so what's the reason for suggesting to replace all kinds of characters?

@Al2Klimov
Copy link
Member Author

Eg / also gets lost. This is for not loosing characters.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/graphite Metrics to Graphite enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants