mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-01 09:29:38 +02:00
49 lines
966 B
YAML
49 lines
966 B
YAML
apiVersion: 1
|
|
|
|
prune: true
|
|
|
|
datasources:
|
|
- name: Prometheus
|
|
type: prometheus
|
|
access: proxy
|
|
orgId: 1
|
|
uid: "tg-prometheus"
|
|
url: http://prometheus:9090
|
|
basicAuth: false
|
|
isDefault: true
|
|
editable: true
|
|
|
|
- name: Loki
|
|
type: loki
|
|
access: proxy
|
|
orgId: 1
|
|
uid: "tg-loki"
|
|
url: http://loki:3100
|
|
basicAuth: false
|
|
editable: true
|
|
|
|
- name: Tempo
|
|
type: tempo
|
|
access: proxy
|
|
orgId: 1
|
|
uid: "tg-tempo"
|
|
url: http://tempo:3200
|
|
basicAuth: false
|
|
editable: true
|
|
jsonData:
|
|
tracesToLogsV2:
|
|
datasourceUid: "tg-loki"
|
|
spanStartTimeShift: "-1h"
|
|
spanEndTimeShift: "1h"
|
|
filterByTraceID: true
|
|
filterBySpanID: false
|
|
tracesToMetrics:
|
|
datasourceUid: "tg-prometheus"
|
|
serviceMap:
|
|
datasourceUid: "tg-prometheus"
|
|
nodeGraph:
|
|
enabled: true
|
|
search:
|
|
hide: false
|
|
lokiSearch:
|
|
datasourceUid: "tg-loki"
|