plugins/otel/v1.2.17
maximhq/bifrostplugins/otel/v1.2.17Jun 7, 2026by akshaydeo
AI Summary
This OTel plugin release v1.2.17 introduces three significant features including a privacy option to disable content logging, wildcard support for request header pattern capture, and support for multiple OTel collectors.
Key Highlights
- New `disable_content_logging` option to drop message/tool content from exported spans for privacy
- `request_headers` pattern capture now supports wildcards
- Added support for multiple OTel collectors
New Features
- feat: `disable_content_logging` option to drop message/tool content from exported spans (#4064)
- feat: `request_headers` pattern capture with wildcard support (#4012)
- feat: multiple OTel collectors support (#3894)
Full Release Notes
## Plugin Release: otel v1.2.17 - feat: `disable_content_logging` option to drop message/tool content from exported spans (#4064) - feat: `request_headers` pattern capture with wildcard support (#4012) - feat: multiple OTel collectors support (#3894) ### Installation ```bash # Update your go.mod to use the new plugin version go get github.com/maximhq/bifrost/plugins/otel@v1.2.17 ``` --- _This release was automatically created from version file: `plugins/otel/version`_