Skip to content
View distributed-tracing-request-correlation's full-sized avatar

Block or report distributed-tracing-request-correlation

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. distributed-tracing.com distributed-tracing.com Public

    Production-grade engineering guides on distributed tracing, OpenTelemetry, context propagation, sampling, and request correlation for backend engineers and SREs.

    HTML

  2. trace-context-linter trace-context-linter Public

    Static analyzer that finds where distributed-trace context is dropped: thread pools, async boundaries, message producers, unended spans. AST-based for Python, heuristic for JS/TS. SARIF output and …

    Python

  3. trace-waterfall-viewer trace-waterfall-viewer Public

    Interactive trace waterfall viewer that runs entirely in your browser. Ingests OTLP/JSON, Jaeger and Zipkin exports; highlights the critical path, self time and orphaned spans. No build step, no up…

    JavaScript

  4. sampling-strategy-simulator sampling-strategy-simulator Public

    Model distributed-tracing sampling strategies against your traffic: retained trace volume, storage cost, collector decision-buffer memory, and the odds of actually capturing a rare error. Python CL…

    Python

  5. otel-quickstart-generator otel-quickstart-generator Public

    Scaffolder for OpenTelemetry tracing setup: SDK bootstrap, framework wiring, log correlation, collector pipeline and a Compose stack, tailored to your language, framework and backend. 13 targets, 7…

    Jinja

  6. correlation-id-middleware correlation-id-middleware Public

    Drop-in middleware for Python and Node that guarantees every request carries a valid W3C trace context and correlation ID, injects it into structured logs and outbound calls, and bridges to OpenTel…

    Python