forked from mirrors/statsd_exporter
Changing issue number for tracking support for globbling
Signed-off-by: Pedro Tanaka <pedro.stanaka@gmail.com>
This commit is contained in:
parent
1a148215de
commit
6ef0b3b4e8
1 changed files with 1 additions and 1 deletions
|
@ -336,7 +336,7 @@ But the metric will also have the label `statsd_metric_name` with the value `my.
|
||||||
|
|
||||||
Note: If you use the `match` like the example (i.e. `.+`), be aware that it will be a "catch-all" block. So it should come at the very end of the mapping list.
|
Note: If you use the `match` like the example (i.e. `.+`), be aware that it will be a "catch-all" block. So it should come at the very end of the mapping list.
|
||||||
|
|
||||||
The same is not achievable with glob matching, for more details check [this issue](https://github.com/prometheus/statsd_exporter/issues/438).
|
The same is not achievable with glob matching, for more details check [this issue](https://github.com/prometheus/statsd_exporter/issues/444).
|
||||||
|
|
||||||
### Naming, labels, and help
|
### Naming, labels, and help
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue