plugins/otel/v1.5.1
maximhq/bifrostplugins/otel/v1.5.1Sep 8, 2026by akshaydeo
AI Summary
Adds project identification to spans and introduces a toggle to filter internal overhead spans.
Key Highlights
- Added `project_id` and `project_name` span attributes and metric labels.
- Added the `export_overhead_spans` toggle to filter internal overhead spans.
- Renamed cache and routing debug attributes to metadata.
New Features
- Project span attributes
- Overhead span filtering toggle
Full Release Notes
## Plugin Release: otel v1.5.1 - feat: add `project_id` and `project_name` span attributes and metric labels (#6705) - feat: add the `export_overhead_spans` toggle to filter internal overhead spans (#6945) - feat: rename cache and routing debug attributes to metadata (#6722) ### Installation ```bash # Update your go.mod to use the new plugin version go get github.com/maximhq/bifrost/plugins/otel@v1.5.1 ``` --- _This release was automatically created from version file: `plugins/otel/version`_