Skip to content

Instantly share code, notes, and snippets.

@noemi-dresden
Created March 28, 2019 19:24
Show Gist options
  • Save noemi-dresden/f25a1daeea139834ec7c64923906a9a8 to your computer and use it in GitHub Desktop.
Save noemi-dresden/f25a1daeea139834ec7c64923906a9a8 to your computer and use it in GitHub Desktop.
Graphite exporter service
graphite_exporter:
image: prom/graphite-exporter
command: "--graphite.mapping-config=/tmp/graphite_mapping.conf"
container_name: graphite_exporter
volumes:
- path/to-your/graphite_mapping.conf:/tmp/graphite_mapping.conf
ports:
- "9108:9108"
- "9109:9109"
- "9109:9109/udp"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment