UNCLASSIFIED - NO CUI

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

SKIP UPGRADE: Adding new tempo tracesAsLogs search features

parent 2a1bd656
No related branches found
No related tags found
2 merge requests!1663updated bigbang kyverno values.yaml,!1652SKIP UPGRADE: Adding new tempo tracesAsLogs search features
......@@ -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,27 @@ grafana:
url: http://tempo-tempo.tempo.svc:3100
isDefault: false
editable: true
{{- if .Values.loki.enabled }}
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 }}
{{- end }}
......
......@@ -552,7 +552,7 @@ tempo:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/sandbox/tempo.git
path: "./chart"
tag: "0.15.0-bb.0"
tag: "0.15.0-bb.1"
# -- Redirect the package ingress to a specific Istio Gateway (listed in `istio.gateways`). The default is "public".
ingress:
......
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