Skip to content

0.0.20 (2026-02-16)

Choose a tag to compare

@github-actions github-actions released this 16 Feb 18:29
3d611ff

Fixes

feat: add OpenTelemetry instrumentation behind otel feature flag

Adds optional OpenTelemetry support with an otel.rs initialization module and #[instrument] spans across all hot paths (message routing, entity lifecycle, database operations, workflow execution, gRPC transport, shard management). Zero overhead when the feature is disabled.