Crate wasmcloud_tracing

Crate wasmcloud_tracing 

Source

Modules§

context
Contains helpers and code for enabling OpenTelemetry tracing for wasmcloud. Please note that right now this is only supported for providers. This module is only available with the otel feature enabled
global
Utilities for working with global telemetry primitives
http

Structs§

Counter
An instrument that records increasing values.
FlushGuard
This guard prevents early drop()ing of the tracing related internal data structures
Gauge
An instrument that records independent values
Histogram
An instrument that records a distribution of values.
InstrumentationScope
Information about a library or crate providing instrumentation.
KeyValue
A key-value pair describing an attribute.
Meter
Provides the ability to create instruments for recording measurements or accepting callbacks to report measurements.
ObservableGauge
An async instrument that records independent readings.
UpDownCounter
An instrument that records increasing or decreasing values.

Functions§

configure_observability
Configures observability for each type of signal