mirror of
https://github.com/katanemo/plano.git
synced 2026-05-18 13:45:15 +02:00
14 lines
368 B
YAML
14 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
|