Jump to content

Jaeger

From Wikitech
Jaeger
Monitor and troubleshoot workflows in complex distributed systems
Project URL https://www.jaegertracing.io/
Language Golang backends, JS+React frontend
Source code Github
Our k8s deployment Helm chart
prod values

Jaeger is a distributed tracing tool. It is used to analyze what services are called and how they interact with each other during a request. It can be useful for debugging.