Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'main' into changelog_v0.126.0
  • Loading branch information
crobert-1 authored May 28, 2025
commit c3891df709ad133629ffd1915f2f542b34ac79a7
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ and the [opentelemetry-collector-contrib v0.126.0](https://github.com/open-telem

### 🚩 Deprecations 🚩

- (Splunk) `receiver/lightprometheus`: The following configurable `resource_attributes` are being renamed to match semantic conventions. ([#6257](https://github.com/signalfx/splunk-otel-collector/pull/6257))
- `net.host.name` -> `server.address`
- `net.host.port` -> `server.port`
- `http.scheme` -> `url.scheme`

`net.host.name`, `net.host.port`, and `http.scheme` are now considered to be deprecated and will be removed in a future release.

- (Contrib) `googlecloudpubsubreceiver`: Add deprecation warning for the build-in encoders ([#39371](https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/39371))
The build-in encoders `cloud_logging` and `raw_text` both have encoding extension alternatives and will be removed
in version v0.132.0 of the collector.
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.