How to set up and observe distributed tracing with Jaeger and OpenTelemetry in Kubernetes?
Continue readingDistributed Tracing With Jaeger And OpenTelemetry In Kubernetes
Leave a reply
How to set up and observe distributed tracing with Jaeger and OpenTelemetry in Kubernetes?
Continue readingIf we want to gain insights into application behavior, we MUST instrument our code. However, instrumenting code can take time and effort and so we better do it in a way that avoids being locked into any specific tool. That’s where OpenTelemetry comes in with its instrumentation standard, independent of the tools where logs, metrics, and traces are collected.
Continue reading