[][src]Function tracing_honeycomb::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 honeycomb.io-specific SpanId and TraceId provided by this crate.