mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 08:46:24 +02:00
15 lines
368 B
YAML
15 lines
368 B
YAML
|
|
# Auto-provision the Prometheus datasource so the bundled dashboard wires up
|
||
|
|
# without any clicks. The `uid: DS_PROMETHEUS` matches the templated input in
|
||
|
|
# brightstaff_dashboard.json.
|
||
|
|
|
||
|
|
apiVersion: 1
|
||
|
|
|
||
|
|
datasources:
|
||
|
|
- name: Prometheus
|
||
|
|
uid: DS_PROMETHEUS
|
||
|
|
type: prometheus
|
||
|
|
access: proxy
|
||
|
|
url: http://prometheus:9090
|
||
|
|
isDefault: true
|
||
|
|
editable: true
|