mirror of
https://github.com/puppetlabs/vmpooler-deployment.git
synced 2026-01-26 03:28:41 -05:00
Add prometheus and grafana container for visualizing metrics and traces
This commit is contained in:
parent
1d2f93fc1c
commit
bcefcaec8c
5 changed files with 77 additions and 9 deletions
|
|
@ -95,3 +95,23 @@ services:
|
|||
links:
|
||||
- redis-server
|
||||
- jaeger-aio
|
||||
|
||||
prometheus:
|
||||
image: prom/prometheus:latest
|
||||
volumes:
|
||||
- ./prometheus.yml:/etc/prometheus/prometheus.yml
|
||||
ports:
|
||||
- "9090:9090"
|
||||
links:
|
||||
- vmpooler-api
|
||||
- vmpooler-manager
|
||||
|
||||
grafana:
|
||||
image: grafana/grafana-oss:latest
|
||||
volumes:
|
||||
- ./grafana/provisioning:/etc/grafana/provisioning
|
||||
ports:
|
||||
- '3000:3000'
|
||||
links:
|
||||
- prometheus
|
||||
- jaeger-aio
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue