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
10
docker/grafana/provisioning/datasources/datasource.yml
Normal file
10
docker/grafana/provisioning/datasources/datasource.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
apiVersion: 1
|
||||
|
||||
datasources:
|
||||
- name: Prometheus
|
||||
type: prometheus
|
||||
url: http://prometheus:9090
|
||||
|
||||
- name: Jaeger
|
||||
type: jaeger
|
||||
url: http://jaeger-aio:16686
|
||||
Loading…
Add table
Add a link
Reference in a new issue