Skip to content

Commit

Permalink
Upgrade Prometheus statsd_exporter version
Browse files Browse the repository at this point in the history
  • Loading branch information
anjarakvo committed Nov 13, 2024
1 parent 1c9486b commit 079134e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions statsd-to-prometheus/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM prom/statsd-exporter:v0.6.0
FROM prom/statsd-exporter:v0.7.0

COPY statsd_mapping.conf /config/statsd_mapping.conf

CMD ["-statsd.mapping-config=/config/statsd_mapping.conf"]
CMD ["--statsd.mapping-config=/config/statsd_mapping.conf"]

0 comments on commit 079134e

Please sign in to comment.