You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 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.
The text was updated successfully, but these errors were encountered: