plugins/telemetry/v1.6.1
maximhq/bifrostplugins/telemetry/v1.6.1Sep 8, 2026by akshaydeo
AI Summary
Adds project identification metrics and tracking for LLM classifier requests and costs.
Key Highlights
- Added `project_id` and `project_name` metric labels for better project tracking.
- Added routing embedding and LLM classifier request and cost counters.
- Renamed cache and routing debug attributes to metadata.
New Features
- Project metric labels
- LLM classifier counters
- Routing embedding tracking
Full Release Notes
## Plugin Release: telemetry v1.6.1 - feat: add `project_id` and `project_name` metric labels (#6705) - feat: add routing embedding and LLM classifier request and cost counters (#6166, #6177) - 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/telemetry@v1.6.1 ``` --- _This release was automatically created from version file: `plugins/telemetry/version`_