plugins/telemetry/v1.5.34

sherlock-project/sherlockplugins/telemetry/v1.5.34Aug 7, 2026by akshaydeo

AI Summary

This plugin update enhances observability by adding granular identifiers to telemetry metrics, allowing for better tenant slicing and attribute normalization.

Key Highlights

  • Added service instance ID to the exported telemetry attributes
  • Added team, customer, and business-unit IDs and names to metrics
  • Normalized and whitespace-trimmed attribute values when exporting

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