grafana: add prometheus datasource

This commit is contained in:
Andrey Kartashov 2019-11-18 18:27:09 +07:00
parent 6f422baf69
commit 9827dae65b

View file

@ -29,3 +29,13 @@ grafana:
auth_url: https://github.com/login/oauth/authorize
token_url: https://github.com/login/oauth/access_token
api_url: https://api.github.com/user
datasources:
datasources.yaml:
apiVersion: 1
datasources:
- name: Prometheus
type: prometheus
access: direct
url: http://prometheus-operated.monitoring:9090
isDefault: true
editable: false