trustgraph/grafana/datasource.yml

22 lines
437 B
YAML
Raw Normal View History

2024-07-18 16:02:53 +01:00
apiVersion: 1
2024-07-18 17:19:49 +01:00
prune: true
2024-07-18 16:02:53 +01:00
datasources:
- name: Prometheus
type: prometheus
access: proxy
2024-07-18 17:19:49 +01:00
orgId: 1
# <string> Sets a custom UID to reference this
# data source in other parts of the configuration.
# If not specified, Grafana generates one.
uid: 'f6b18033-5918-4e05-a1ca-4cb30343b129'
2024-07-18 16:02:53 +01:00
url: http://prometheus:9090
2024-07-18 17:19:49 +01:00
2024-07-18 16:02:53 +01:00
basicAuth: false
2024-07-18 17:19:49 +01:00
withCredentials: false
2024-07-18 16:02:53 +01:00
isDefault: true
2024-07-18 17:19:49 +01:00
editable: true
2024-07-18 16:02:53 +01:00