[][src]Function tracing_jaeger::new_blackhole_telemetry_layer

pub fn new_blackhole_telemetry_layer(
) -> TelemetryLayer<BlackholeTelemetry<SpanId, TraceId>, SpanId, TraceId>

Construct a TelemetryLayer that does not publish telemetry to any backend.

Specialized to the opentelemetry-specific SpanId and TraceId provided by this crate.