pub fn new_blackhole_telemetry_layer() -> TelemetryLayer<BlackholeTelemetry<SpanId, TraceId>, SpanId, TraceId>
Expand description
Construct a TelemetryLayer that does not publish telemetry to any backend.
Specialized to the honeycomb.io-specific SpanId and TraceId provided by this crate.