mirror of
https://github.com/prometheus/statsd_exporter.git
synced 2025-01-08 21:45:26 +00:00
Fixed docker run command for:
1. Configuration file extension changed from .conf to .yml 2. Added missing dash (-) in statsd-exporter inputs Signed-off-by: gaurav <gbahrani@gmail.com>
This commit is contained in:
parent
9480025e61
commit
3ba10e2cb5
1 changed files with 2 additions and 2 deletions
|
@ -321,8 +321,8 @@ For example:
|
|||
docker pull prom/statsd-exporter
|
||||
|
||||
docker run -d -p 9102:9102 -p 9125:9125 -p 9125:9125/udp \
|
||||
-v $PWD/statsd_mapping.conf:/tmp/statsd_mapping.conf \
|
||||
prom/statsd-exporter -statsd.mapping-config=/tmp/statsd_mapping.conf
|
||||
-v $PWD/statsd_mapping.yml:/tmp/statsd_mapping.yml \
|
||||
prom/statsd-exporter --statsd.mapping-config=/tmp/statsd_mapping.yml
|
||||
```
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue