mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-10 17:39:43 +00:00
grafana: add prometheus datasource
This commit is contained in:
parent
6f422baf69
commit
9827dae65b
1 changed files with 10 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue