Skip to content

v1.106.0

Latest

Choose a tag to compare

@jsirianni jsirianni released this 11 Aug 21:41
03f42b9

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 parameters extract_parameters and params_attribute have been removed. These were introduced in v0.157.0.
  • postgresqlreceiver: The metric postgresql.database.locks has 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 the ec2 detector, the parameter fail_on_missing_metadata was 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_cumulative
    • deltatorateprocessor -> delta_to_rate

New Features

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