plugins/otel/v1.4.6

maximhq/bifrostplugins/otel/v1.4.6Aug 7, 2026by akshaydeo

AI Summary

OTEL plugin v1.4.6 adds service instance ID and tenant attributes to OTEL resource attributes and metrics, with attribute value normalization for better observability.

Key Highlights

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

New Features

  • Service instance ID in OTEL resource attributes
  • Tenant-specific attributes in OTEL metrics
  • Attribute value normalization

Full Release Notes

## Plugin Release: otel v1.4.6

- feat: add service instance id to the exported OTEL resource attributes (#5849)
- feat: add team / customer / business-unit ids and names to OTEL 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/otel@v1.4.6
```

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