plugins/telemetry/v1.5.34
nats-io/nats-serverplugins/telemetry/v1.5.34Aug 7, 2026by akshaydeo
AI Summary
A plugin release adding granular service instance and business unit identifiers to exported telemetry metrics for better tenant isolation.
Key Highlights
- Added service instance ID to exported telemetry attributes.
- Added team, customer, and business-unit IDs and names to metrics.
- Normalized and trimmed attribute values for better consistency.
New Features
- Service instance ID in telemetry attributes
- 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`_