58 lines
1.2 KiB
YAML
58 lines
1.2 KiB
YAML
apiVersion: 1
|
|
|
|
datasources:
|
|
- name: Prometheus
|
|
uid: prometheus
|
|
type: prometheus
|
|
access: proxy
|
|
url: http://prometheus:9090
|
|
isDefault: true
|
|
editable: true
|
|
jsonData:
|
|
httpMethod: POST
|
|
manageAlerts: true
|
|
prometheusType: Prometheus
|
|
prometheusVersion: 2.50.0
|
|
timeInterval: 15s
|
|
|
|
- name: Loki
|
|
uid: loki
|
|
type: loki
|
|
access: proxy
|
|
url: http://loki:3100
|
|
editable: true
|
|
jsonData:
|
|
derivedFields:
|
|
- datasourceUid: tempo
|
|
matcherRegex: '"(?:trace|traceID|trace_id)"\s*:\s*"([a-f0-9]{32})"'
|
|
name: TraceID
|
|
url: '$${__value.raw}'
|
|
|
|
- name: Tempo
|
|
uid: tempo
|
|
type: tempo
|
|
access: proxy
|
|
url: http://tempo:3200
|
|
editable: true
|
|
jsonData:
|
|
tracesToLogsV2:
|
|
datasourceUid: loki
|
|
filterByTraceID: true
|
|
filterBySpanID: false
|
|
tags:
|
|
- key: service.name
|
|
value: service_name
|
|
tracesToMetrics:
|
|
datasourceUid: prometheus
|
|
serviceMap:
|
|
datasourceUid: prometheus
|
|
|
|
- name: CloudWatch
|
|
uid: cloudwatch
|
|
type: cloudwatch
|
|
access: proxy
|
|
editable: true
|
|
jsonData:
|
|
authType: default
|
|
defaultRegion: ap-east-1
|