Simplifying OpenTelemetry pipelines in Kubernetes
fatihkoc.net·18h·

Featured image

All configurations, instrumentation examples, and testing scripts are in the kubernetes-observability repository.

Last year during a production incident, I debugged a payment failure with all the standard tools open. Grafana showed CPU spikes. CloudWatch had logs scattered across three services. Jaeger displayed 50 similar-looking traces. Twenty minutes in, I still couldn’t answer the basic question: “Which trace is the actual failing request?” The alert told us payments were broken. The logs showed errors. The traces existed. But nothing connected them. I ended up searching request IDs across log gr…

Similar Posts

Loading similar posts...