Crate fleetforge_telemetry

Crate fleetforge_telemetry 

Source
Expand description

Observability bootstrap utilities and analytics sinks for FleetForge services.

Modules§

analytics
Analytics sinks that persist normalized run/step telemetry into ClickHouse.
audit
context
Shared tracing contract helpers for FleetForge runtime instrumentation.
exporters
metrics
otel
Thin wrappers around Opentelemetry primitives so downstream crates do not depend on the concrete opentelemetry crate directly.
telemetry_core

Structs§

TelemetryGuard
Guard that keeps telemetry pipelines alive until dropped.

Constants§

TRUST_ATTRIBUTE_KEYS
Canonical OpenTelemetry attribute keys emitted for Trust Mesh metadata.

Functions§

init_telemetry
Configures tracing, metrics, and logs to export via OTLP over gRPC to the local Collector.