UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 469f9a0f authored by Ryan Garcia's avatar Ryan Garcia :dizzy:
Browse files

Adding new tempo tracesAsLogs search features

parent c869902b
No related branches found
No related tags found
1 merge request!1652SKIP UPGRADE: Adding new tempo tracesAsLogs search features
Pipeline #794540 passed
......@@ -221,6 +221,7 @@ grafana:
url: http://logging-loki-read.logging.svc.cluster.local:3100
{{- end }}
access: proxy
editable: true
{{- end }}
{{- if and .Values.loki.enabled .Values.tempo.enabled }}
jsonData:
......@@ -240,6 +241,25 @@ grafana:
url: http://tempo-tempo.tempo.svc:3100
isDefault: false
editable: true
jsonData:
httpMethod: GET
tracesToLogs:
datasourceUid: 'Loki'
tags: ['job', 'instance', 'pod', 'namespace']
mappedTags: [{ key: 'service.name', value: 'service' }]
mapTagNamesEnabled: false
spanStartTimeShift: '1h'
spanEndTimeShift: '1h'
filterByTraceID: false
filterBySpanID: false
serviceMap:
datasourceUid: 'prometheus'
search:
hide: false
nodeGraph:
enabled: true
lokiSearch:
datasourceUid: 'Loki'
{{- end }}
{{- end }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment