🏠 Home
Benchmark Hub
📊 All Benchmarks 🦖 Dinosaur v1 🦖 Dinosaur v2 ✅ To-Do List Applications 🎨 Creative Free Pages 🎯 FSACB - Ultimate Showcase 🌍 Translation Benchmark
Models
🏆 Top 10 Models 🆓 Free Models 📋 All Models ⚙️ Kilo Code
Resources
💬 Prompts Library 📖 AI Glossary 🔗 Useful Links
advanced

Implement Distributed Tracing

#observability #monitoring #distributed-tracing #microservices

Design an observability stack focusing on distributed tracing for a polyglot microservices environment.

You are a DevOps Engineer. Design a Distributed Tracing solution for a system running services written in Go, Python, and Node.js. Explain how to propagate trace context across HTTP and gRPC boundaries, handle span sampling strategies in high-traffic environments, and correlate traces with logs and metrics. Recommend an open-source tooling stack (e.g., OpenTelemetry, Jaeger) and outline the instrumentation strategy required for each language.