We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3973e23 commit c34454dCopy full SHA for c34454d
docker/grafana/docker-compose.yml
@@ -186,6 +186,20 @@ services:
186
networks:
187
- grafana
188
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
203
204
grafana:
205
0 commit comments