plugins/telemetry/v1.6.2

maximhq/bifrostplugins/telemetry/v1.6.2Sep 9, 2026by akshaydeo

AI Summary

A minor plugin update that adds an opt-in overhead breakdown histogram and upgrades the underlying core and 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: telemetry v1.6.2

- feat: add opt-in `bifrost_overhead_component_microseconds` histogram behind `overhead_breakdown_enabled`, splitting overhead latency by the `overhead_component` label (#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/telemetry@v1.6.2
```

---
_This release was automatically created from version file: `plugins/telemetry/version`_