mirror of
https://github.com/prometheus/statsd_exporter.git
synced 2025-01-08 21:45:26 +00:00
fix 4040 link
Signed-off-by: Jun Ouyang <ouyangjun1999@gmail.com>
This commit is contained in:
parent
d73608eb14
commit
e22a86f5f9
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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue