Skip to content

Commit c34454d

Browse files
committedOct 20, 2024
add graphite exporter
1 parent 3973e23 commit c34454d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
 

‎docker/grafana/docker-compose.yml

+14
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,20 @@ services:
186186
networks:
187187
- grafana
188188

189+
graphite-exporter:
190+
command: --graphite.mapping-config=/tmp/graphite_mapping.conf
191+
image: prom/graphite-exporter
192+
container_name: graphite-exporter
193+
volumes:
194+
- /docker/appdata/graphite-exporter/graphite_mapping.conf:/tmp/graphite_mapping.conf
195+
ports:
196+
- 9109:9109/udp
197+
- 9109:9109
198+
- 9108:9108
199+
networks:
200+
- grafana
201+
202+
189203
networks:
190204
grafana:
191205

0 commit comments

Comments
 (0)
Please sign in to comment.