Skip to main content

Crate autoagents_telemetry

Crate autoagents_telemetry 

Source

Structs§

EventFanout
Broadcasts a single event stream to multiple subscribers.
ExporterConfig
Exporter wiring for spans/metrics.
OtlpConfig
OTLP endpoint and transport details.
RedactionConfig
Redaction flags for telemetry payloads.
TelemetryConfig
Top-level telemetry configuration applied when a tracer starts.
TelemetryHandle
Holds exporter state and the mapper task for graceful shutdown.
Tracer
Owns the telemetry lifecycle for a specific event stream.

Enums§

OtlpProtocol
Supported OTLP wire protocols.
TelemetryError
Errors emitted by telemetry startup/shutdown and environment wiring.

Traits§

TelemetryAttributeProvider
Provider-specific span attributes for downstream systems.
TelemetryProvider
Provides a telemetry configuration per tracer instance.