plugins/telemetry/v1.5.34

maximhq/bifrostplugins/telemetry/v1.5.34Aug 7, 2026by akshaydeo

AI Summary

Telemetry plugin v1.5.34 enhances exported metrics by adding service instance ID and tenant attributes (team, customer, business-unit IDs and names), with attribute value normalization.

Key Highlights

  • Service instance ID added to exported telemetry attributes
  • Team, customer, and business-unit IDs and names added to metrics
  • Attribute values normalized and whitespace-trimmed during export

New Features

  • Service instance ID in telemetry exports
  • Tenant-specific attributes in metrics
  • Attribute value normalization

Full Release Notes

## Plugin Release: telemetry v1.5.34

- feat: add service instance id to the exported telemetry attributes (#5849)
- feat: add team / customer / business-unit ids and names to exported metrics (#5848)
- fix: normalize and whitespace-trim attribute values when exporting metrics (#5847)
- chore: upgraded core to v1.7.7 and framework to v1.5.7

### Installation

```bash
# Update your go.mod to use the new plugin version
go get github.com/maximhq/bifrost/plugins/telemetry@v1.5.34
```

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