Skip to content

Instantly share code, notes, and snippets.

@daniellavoie
Last active October 5, 2020 19:29
Show Gist options
  • Save daniellavoie/d1b34875776d456cc1148f9579ef49ef to your computer and use it in GitHub Desktop.
Save daniellavoie/d1b34875776d456cc1148f9579ef49ef to your computer and use it in GitHub Desktop.
blog-monitoring-pinot-docker-compose
...
pinot-controller:
image: apachepinot/pinot:0.6.0-SNAPSHOT-23797914c-20200927-jdk11
...
environment:
JAVA_OPTS: -javaagent:/opt/pinot/etc/jmx_prometheus_javaagent/jmx_prometheus_javaagent-0.12.0.jar=8888:/opt/pinot/etc/jmx_prometheus_javaagent/configs/pinot.yml
prometheus:
image: prom/prometheus
...
volumes:
- ./volumes/prometheus/prometheus.yml:/etc/prometheus/prometheus.yml
....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment