metrics-stack/grafana/datasources.yaml
2024-05-28 17:53:51 +03:00

49 lines
1,023 B
YAML

apiVersion: 1
datasources:
- name: Tempo
uid: tempo
orgId: 1
type: tempo
access: proxy
url: "http://tempo:3200"
jsonData:
tracesToLogsV2:
datasourceUid: loki
tracesToProfiles:
datasourceUid: pyroscope
profileTypeId: "process_cpu:cpu:nanoseconds:cpu:nanoseconds"
- name: Loki
uid: loki
type: loki
access: proxy
orgId: 1
url: http://loki:3100
version: 1
editable: false
jsonData:
timeout: 60
maxLines: 1000
- name: Mimir
uid: mimir
type: prometheus
access: proxy
url: http://mimir:9009/prometheus
editable: false
jsonData:
httpMethod: "POST"
prometheusType: "Mimir"
prometheusVersion: "2.9.1"
tlsSkipVerify: true
timeout: 30
- name: Pyroscope
uid: pyroscope
type: grafana-pyroscope-datasource
access: proxy
orgId: 1
url: http://pyroscope:4040
editable: false
deleteDatasources:
- name: "Prometheus"
uid: prometheus
orgId: 1