plugins/telemetry/v1.5.34

exa-labs/exa-mcp-serverplugins/telemetry/v1.5.34Aug 7, 2026by akshaydeo

AI Summary

Enhances telemetry data with more granular context, including service instance IDs and organizational identifiers.

Key Highlights

  • Add service instance id to exported telemetry attributes
  • Add team / customer / business-unit ids to metrics
  • Normalize and trim attribute values

New Features

  • Service Instance ID in Telemetry
  • Team/Customer/Business Unit IDs in 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`_