mirror of
https://github.com/ansible/awx.git
synced 2026-03-20 18:37:39 -02:30
Add make prometheus and make grafana commands to dev environment
This commit is contained in:
10
tools/grafana/datasources/prometheus_source.yml
Normal file
10
tools/grafana/datasources/prometheus_source.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
apiVersion: 1
|
||||
|
||||
datasources:
|
||||
- name: Prometheus
|
||||
type: prometheus
|
||||
isDefault: true
|
||||
access: proxy
|
||||
url: http://prometheus:9090
|
||||
editable: true
|
||||
Reference in New Issue
Block a user