Re-exports§
pub use client::init;pub use client::metric;pub use client::set_trace_id;pub use client::span;pub use context::TelemetryCtx;pub use host_bridge::HostContext;pub use host_bridge::emit_span as emit_host_span;pub use init::TelemetryConfig;pub use init::init_telemetry;pub use init::init_telemetry_auto;pub use init::init_telemetry_from_config;pub use init::shutdown;pub use layer::layer_from_task_local;pub use layer::layer_with_provider;pub use operation_subs::OperationSubsConfig;pub use provider::TelemetryProviderConfig;pub use tasklocal::set_current_telemetry_ctx;pub use tasklocal::with_current_telemetry_ctx;pub use tasklocal::with_task_local;pub use secrets::*;
Modules§
- client
- context
- export
- host_
bridge - init
- layer
- operation_
subs - presets
- provider
- redaction
- secrets
- state_
subs - State-specific subscription metrics and audit utilities.
- tasklocal
- testutil
- wasm_
guest - wasm_
host