mirror of
https://github.com/0x1d/drift-keeper.git
synced 2025-12-16 19:05:05 +01:00
13 lines
237 B
YAML
13 lines
237 B
YAML
apiVersion: 1
|
|
|
|
datasources:
|
|
- name: Prometheus
|
|
type: prometheus
|
|
url: http://prometheus:9090
|
|
isDefault: true
|
|
access: proxy
|
|
editable: true
|
|
basicAuth: true
|
|
basicAuthUser: prom
|
|
secureJsonData:
|
|
basicAuthPassword: prompass |