UNCLASSIFIED - NO CUI

Skip to content

Setting recommended ingester settings from grafana Github, cleaning up values, adding queryUI templates

Ryan Garcia requested to merge prod-tuning-recs into main

Noticing some slight inconsistencies between traceIDs showing up attached to Loki logs and actually being available to view in Tempo.

  • Addressing those reliability issues with an NP to allow ingress on tempo:9411 in namespace (to recieve traces from each apps istio-proxy sidecars).

  • Enabling zipkin endpoint listener on 0.0.0.0:9411

  • Enabling searching via tempoQuery (so it's actually used) which turns out to be JaegerUI itself.

  • Adding in values/templates/networkPolicies to facilitate external connections through istio to tempoQuery(Jaeger) UI via https://tracing.bigbang.dev

  • Cleaning up comments in values file that we control

Reviewing their documentation pages and recommended configuration on Github, making sure our helm chart makes use of their recommendations.

exporting of traces is a lot better with this configuration, but still seeing magnitudes more of traces in Loki compared to Tempo.

Edited by Ryan Garcia

Merge request reports