mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-02 14:31:01 +02:00
git-subtree-dir: ai-context/trustgraph-templates git-subtree-split: 42a5fd1b678f32be378062e30451e2052ccb95dd
36 lines
773 B
YAML
36 lines
773 B
YAML
apiVersion: 1
|
|
|
|
prune: true
|
|
|
|
datasources:
|
|
- name: Prometheus
|
|
type: prometheus
|
|
access: proxy
|
|
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'
|
|
|
|
url: http://prometheus:9090
|
|
|
|
basicAuth: false
|
|
withCredentials: false
|
|
isDefault: true
|
|
editable: true
|
|
|
|
- name: Loki
|
|
type: loki
|
|
access: proxy
|
|
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: 'cf6m73l5rnvuod'
|
|
|
|
url: http://loki:3100
|
|
|
|
basicAuth: false
|
|
withCredentials: false
|
|
editable: true
|
|
|