Skip to main content

Crate telemetry_safe_tracing

Crate telemetry_safe_tracing 

Source
Expand description

tracing integration for telemetry-safe.

This crate is intentionally thin so backend-specific macro work can evolve without pulling tracing into the core safety model.

Re-exports§

pub use tracing;

Structs§

TelemetryDebug
Wraps a value so derive output can feed debug_* builders without exposing Debug.
TelemetryDisplay
Wraps a value so telemetry-safe formatting can be used where Display is expected.

Traits§

ToTelemetry
Formats a value only through an explicitly approved telemetry representation.

Functions§

telemetry
Exposes a telemetry-safe value as Display.
telemetry_debug
Exposes a telemetry-safe value as Debug.

Attribute Macros§

safe_instrument

Derive Macros§

ToTelemetry