plugins/otel/v1.5.2
maximhq/bifrostplugins/otel/v1.5.2Sep 9, 2026by akshaydeo
AI Summary
An OpenTelemetry plugin update adding an opt-in histogram for overhead breakdown and upgrading core/framework dependencies.
Key Highlights
- Opt-in `bifrost_overhead_component_microseconds` histogram enabled via `overhead_breakdown_enabled`.
- Upgraded core to v1.8.6 and framework to v1.6.2.
New Features
- Opt-in overhead breakdown histogram
Full Release Notes
## Plugin Release: otel v1.5.2 - feat: add opt-in `bifrost_overhead_component_microseconds` histogram behind `overhead_breakdown_enabled`, splitting overhead latency by the `overhead_component` attribute (#6980) - chore: upgraded core to v1.8.6 and framework to v1.6.2 ### Installation ```bash # Update your go.mod to use the new plugin version go get github.com/maximhq/bifrost/plugins/otel@v1.5.2 ``` --- _This release was automatically created from version file: `plugins/otel/version`_