Merge pull request #275 from ergo/patch-1

Fix format for dogstatsd tags
This commit is contained in:
Matthias Rampke 2019-12-09 12:47:00 +01:00 committed by GitHub
commit d888f25cb6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,7 +59,7 @@ For DogStatsD-style tags, they're appended as a `|#` delimited section at the
end of the metric, as so:
```
metric.name:0|c|#tagName=val,tag2Name=val2
metric.name:0|c|#tagName:val,tag2Name:val2
```
See [Tags](https://docs.datadoghq.com/developers/dogstatsd/data_types/#tagging)