add graphite exporter

This commit is contained in:
Matt Reeves 2024-10-19 23:31:55 -04:00
parent 3973e236da
commit c34454d35a

View file

@ -186,6 +186,20 @@ services:
networks:
- grafana
graphite-exporter:
command: --graphite.mapping-config=/tmp/graphite_mapping.conf
image: prom/graphite-exporter
container_name: graphite-exporter
volumes:
- /docker/appdata/graphite-exporter/graphite_mapping.conf:/tmp/graphite_mapping.conf
ports:
- 9109:9109/udp
- 9109:9109
- 9108:9108
networks:
- grafana
networks:
grafana: