Modules§
- Primitives for sending name/value data across system boundaries.
- Utilities for working with global telemetry primitives
- OpenTelemetry Logs Bridge API
- OpenTelemetry Metrics API
- OpenTelemetry Propagator interface
- API for tracing applications and libraries.
Macros§
- Macro for logging debug messages in OpenTelemetry.
- Macro for logging error messages in OpenTelemetry.
- Note: These macros (
otel_info!,otel_warn!,otel_debug!, andotel_error!) are intended to be used internally within OpenTelemetry code or for custom exporters and processors. They are not designed for general application logging and should not be used for that purpose. - Macro for logging warning messages in OpenTelemetry.
Structs§
- An execution-scoped collection of values.
- A guard that resets the current context to the prior context when dropped.
- Information about a library or crate providing instrumentation.
- Configuration options for InstrumentationScope.
- The key part of attribute KeyValue pairs.
- A key-value pair describing an attribute.
- Wrapper for string-like values
Enums§
- A Value::Array containing homogeneous values.
- The value part of attribute KeyValue pairs.