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

Special characters used in the dogstatsd protocol are not escaped #265

Open
deadok22 opened this issue Oct 24, 2022 · 0 comments
Open

Special characters used in the dogstatsd protocol are not escaped #265

deadok22 opened this issue Oct 24, 2022 · 0 comments
Labels

Comments

@deadok22
Copy link

The dogstatsd protocol's special characters occurring in metric names and tags are not escaped.

The following characters in tag keys and values should be replaced: |, ,, #, \n.
The following characters in metric names should be replaced: |, :, \n.

The java-dogstatsd-client library has the same issue: DataDog/java-dogstatsd-client#199

Some parts of this issue were reported in #83 and #211, too.

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

No branches or pull requests

2 participants