plugins/telemetry/v1.5.34

ekzhang/boreplugins/telemetry/v1.5.34Aug 7, 2026by akshaydeo

AI Summary

A plugin release for the telemetry component that enhances observability by adding more granular identifiers to exported metrics, allowing for better tenant slicing and filtering.

Key Highlights

  • Added service instance id to exported telemetry attributes.
  • Added team, customer, and business-unit ids and names to exported metrics.
  • Fixed metric attribute normalization and whitespace-trimming.

New Features

  • Add service instance id to the exported telemetry attributes
  • Add team / customer / business-unit ids and names to exported metrics

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`_