plugins/telemetry/v1.5.14
maximhq/bifrostplugins/telemetry/v1.5.14May 29, 2026by akshaydeo
AI Summary
This telemetry plugin release v1.5.14 introduces semantic improvements to key rotation event metrics and adds new cache-related attributes to the metrics export. The plugin also receives core and framework upgrades to keep it current with the Bifrost platform.
Key Highlights
- Tightened bifrost_key_rotation_events_total semantics with triggered_rotation for more accurate metrics
- Added provider cache and semantic cache attributes in metrics export for better observability
- Upgraded core to v1.5.14 and framework to v1.3.14
New Features
- Tightened bifrost_key_rotation_events_total semantics with triggered_rotation (issues #3430, #3491)
- Added provider cache and semantic cache attributes in metrics export (issue #3816)
Full Release Notes
## Plugin Release: telemetry v1.5.14 - feat: tighten bifrost_key_rotation_events_total semantics with triggered_rotation (#3430, #3491) - feat: add provider cache and semantic cache attributes in metrics export (#3816) - chore: upgraded core to v1.5.14 and framework to v1.3.14 ### Installation ```bash # Update your go.mod to use the new plugin version go get github.com/maximhq/bifrost/plugins/telemetry@v1.5.14 ``` --- _This release was automatically created from version file: `plugins/telemetry/version`_