forked from mirrors/statsd_exporter
Merge pull request #275 from ergo/patch-1
Fix format for dogstatsd tags
This commit is contained in:
commit
d888f25cb6
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue