plugins/telemetry/v1.5.28
parruda/swarmplugins/telemetry/v1.5.28Jul 14, 2026by akshaydeo
AI Summary
An update to the telemetry plugin that enhances metrics collection by adding missing attributes and improving trace ID forwarding.
Key Highlights
- Added missing connector attributes.
- Reduced metrics cardinality explosion risk.
- Forwarded request id and trace id through telemetry.
- Upgraded core to v1.7.1 and framework to v1.5.1.
Full Release Notes
## Plugin Release: telemetry v1.5.28 - feat: add missing connector attributes - fix: reduce metrics cardinality explosion risk - fix: forward request id and trace id through telemetry - chore: upgraded core to v1.7.1 and framework to v1.5.1 ### Installation ```bash # Update your go.mod to use the new plugin version go get github.com/maximhq/bifrost/plugins/telemetry@v1.5.28 ``` --- _This release was automatically created from version file: `plugins/telemetry/version`_