docs(guides): add distributed tracing deep dive guide (#461)#471
Merged
kcenon merged 1 commit intoFeb 9, 2026
Merged
Conversation
Comprehensive guide covering the tracing and export subsystem: - Tracing architecture with span lifecycle and hierarchy - W3C Trace Context propagation (inject/extract) - 7 export formats across 3 backends (Jaeger, Zipkin, OTLP) - OpenTelemetry compatibility layer and adapter - HTTP and gRPC transport layers with pluggable implementations - 4 production examples: microservice tracing, DB ops, multi-backend, async messaging
5 tasks
kcenon
added a commit
that referenced
this pull request
Apr 13, 2026
Comprehensive guide covering the tracing and export subsystem: - Tracing architecture with span lifecycle and hierarchy - W3C Trace Context propagation (inject/extract) - 7 export formats across 3 backends (Jaeger, Zipkin, OTLP) - OpenTelemetry compatibility layer and adapter - HTTP and gRPC transport layers with pluggable implementations - 4 production examples: microservice tracing, DB ops, multi-backend, async messaging
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Referenced Source Files
include/kcenon/monitoring/tracing/distributed_tracer.h— Public forwarding headersrc/impl/tracing/distributed_tracer.h— Tracer implementation, span types, contextinclude/kcenon/monitoring/tracing/trace_context.h— Lightweight contextinclude/kcenon/monitoring/context/thread_context.h— Thread-local contextinclude/kcenon/monitoring/exporters/trace_exporters.h— Jaeger, Zipkin, OTLP exportersinclude/kcenon/monitoring/exporters/opentelemetry_adapter.h— OTel compatibilityinclude/kcenon/monitoring/exporters/http_transport.h— HTTP transport layerinclude/kcenon/monitoring/exporters/grpc_transport.h— gRPC transport layerAcceptance Criteria
Test Plan
Closes #461