Skip to main content

Crate owiwi

Crate owiwi 

Source
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.
HoneycombConfighoneycomb
Configuration data for honeycomb.io
OtlpConfig
OTLP exporter configuration
Owiwi
Configuration for initializing a tracing subscriber with OpenTelemetry
OwiwiGuard
A type returned by Owiwi::try_init or Owiwi::try_init_console.
PrometheusConfigprometheus
Prometheus exporter configuration

Enums§

EventFormat
Trace event output format.

Constants§

HELP_HEADINGclap
Help heading for instrumentation options

Type Aliases§

Result
Convenience alias for Result<T, owiwi::Error>.