Module tracing_opentelemetry

Source
Expand description

OpenTelemetry integration for tracing with OTLP export and Chrome trace export.

Functions§

build_chrome_trace_layer_with_exporter
Builds a Chrome trace layer and guard.
build_opentelemetry_layer_with_test_exporter
Builds an OpenTelemetry layer with the opentelemetry.skip filter.
init_with_chrome_trace_exporter
Initializes tracing with Chrome Trace JSON exporter.
init_with_opentelemetry
Initializes tracing with OpenTelemetry OTLP exporter.

Type Aliases§

ChromeTraceGuard
Guard that flushes Chrome trace file when dropped.