mirror of
https://github.com/prometheus/statsd_exporter.git
synced 2024-11-25 16:51:00 +00:00
Merge pull request #484 from attenuation/master
Fix signalfx tag doc link
This commit is contained in:
commit
832c5a5316
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ in the DogStatsD documentation for the concept description and
|
||||||
If you encounter problems, note that this tagging style is incompatible with
|
If you encounter problems, note that this tagging style is incompatible with
|
||||||
the original `statsd` implementation.
|
the original `statsd` implementation.
|
||||||
|
|
||||||
For [SignalFX dimension](https://docs.signalfx.com/en/latest/integrations/agent/monitors/collectd-statsd.html#adding-dimensions-to-statsd-metrics), add the tags to the metric name in square brackets, as so:
|
For [SignalFX dimension](https://github.com/signalfx/signalfx-agent/blob/main/docs/monitors/collectd-statsd.md#adding-dimensions-to-statsd-metrics), add the tags to the metric name in square brackets, as so:
|
||||||
|
|
||||||
```
|
```
|
||||||
metric.name[tagName=val,tag2Name=val2]:0|c
|
metric.name[tagName=val,tag2Name=val2]:0|c
|
||||||
|
|
Loading…
Reference in a new issue