Expand description
Opinionated tracing subscriber with OpenTelemetry export.
Sends traces to any of the exporters defined in the [trace::exporter] module.
Modules§
- env_
vars - OpenTelemetry environment variables.
Structs§
- Error
- An error that occurred during subscriber initialization.
- Honeycomb
Config honeycomb - Configuration data for honeycomb.io
- Otlp
Config - OTLP exporter configuration
- Owiwi
- Configuration for initializing a tracing subscriber with OpenTelemetry
- Owiwi
Guard - A type returned by
Owiwi::try_initorOwiwi::try_init_console. - Prometheus
Config prometheus - Prometheus exporter configuration
Enums§
- Event
Format - Trace event output format.
Constants§
- HELP_
HEADING clap - Help heading for instrumentation options
Type Aliases§
- Result
- Convenience alias for
Result<T, owiwi::Error>.