-
Notifications
You must be signed in to change notification settings - Fork 1
/
tempo.yaml
40 lines (39 loc) · 1.08 KB
/
tempo.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
apiVersion: 1
datasources:
- name: Tempo
type: tempo
uid: tempo
url: http://tempo:3200
access: proxy
editable: true
isDefault: false
jsonData:
httpMethod: GET
tracesToLogsV2:
# Field with an internal link pointing to a logs data source in Grafana.
# datasourceUid value must match the uid value of the logs data source.
datasourceUid: 'loki'
spanStartTimeShift: '-10m'
spanEndTimeShift: '10m'
tags: []
filterByTraceID: false
filterBySpanID: false
customQuery: true
query: '{$${__tags}} | trace_id=`$${__trace.traceId}`'
tracesToMetrics:
datasourceUid: 'prometheus'
serviceMap:
datasourceUid: 'prometheus'
search:
hide: false
nodeGraph:
enabled: true
lokiSearch:
datasourceUid: 'loki'
tracesToProfiles:
customQuery: false
datasourceUid: "pyroscope"
profileTypeId: "process_cpu:cpu:nanoseconds:cpu:nanoseconds"
tags:
- key: "host.name"
value: "hostname"