Changelog
OTel Breaking Changes
The following changes have occurred in OTel v0.158.0 and are being radiated here. See the OTel release notes for more information.
drainprocessor: The configuration parametersextract_parametersandparams_attributehave been removed. These were introduced in v0.157.0.postgresqlreceiver: The metricpostgresql.database.lockshas been changed to report more lock varieties. If monitoring this metric you'll like see an increase in the number of locks being reported. The metric is blocked behind a developmental feature gate.resourcedetectionprocessor: For theec2detector, the parameterfail_on_missing_metadatawas previously set per-detector. This has been deprecated for a top-level field of the same name. The old parameter will continue working for the time being.- A couple component renames have occurred. The old name has been added as a deprecated alias and will continue for the time being:
deltatocumulativeprocessor->delta_to_cumulativedeltatorateprocessor->delta_to_rate
New Features
- 7546688: feat(opamp): Check for
RetryAfterNanosecondsin error response (#3602) (@antonblock) - bca854a: feat: Container initialization cmd (#3600) (@dpaasman00)
- d3b6e61: feat: add Datadog receiver (BPP-565) (#3601) (@Dylan-M)
Dependencies
- 03f42b9: deps(deps): bump github.com/oklog/ulid/v2 from 2.1.1 to 2.1.2 in /internal/extension/opampconnectionextension (#3590) (@dependabot[bot])
Other
- 186c999: chore(tests): replace opampconnectionextension measurements sleep with require.Never (PIPE-986) (#3593) (@Dylan-M)
- 26c11f6: chore(tests): replace snapshotprocessor test sleep with require.Never (PIPE-986) (#3592) (@Dylan-M)
- 75207c8: chore: Drop
bindplanebuild tag (#3606) (@dpaasman00) - d5065aa: chore: Module v1.106.0 (#3603) (@mrsillydog)
- 4fe1923: chore: Use BINDPLANE_COLLECTOR_STORAGE in plugin templates (#3580) (@dpaasman00)
- 6aaf8ed: chore: v1.106.0 Release prep (#3605) (@dpaasman00)
- f77709c: ci: remove Slack PR notifications workflow (PIPE-1124) (#3586) (@Dylan-M)