Skip to content

Commit 29bda17

Browse files
[chore] Fix typo in Prometheus receiver feature gate changelog (#40234)
#### Description Fixing a typo in the feature gate name. If possible, someone should fix it on [the release page](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.126.0) as well.
1 parent faca52a commit 29bda17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ If you are looking for developer-facing changes, check out [CHANGELOG-API.md](./
3131
* Rename `sqlserver.username` to `user.name` in query sample event
3232

3333
- `receiver/prometheus`: Upgrade `receiver.prometheusreceiver.RemoveLegacyResourceAttributes` feature gate to `beta` stability (enabled by default) (#32814)
34-
Disable the `receiver.promtheusreceiver.RemoveLegacyResourceAttributes` feature gate to restore previous behavior. This feature gate will be removed in a future release.
34+
Disable the `receiver.prometheusreceiver.RemoveLegacyResourceAttributes` feature gate to restore previous behavior. This feature gate will be removed in a future release.
3535
The feature gate is used to replace the following legacy resource attributes:
3636
`net.host.name` -> `server.address`
3737
`net.host.port` -> `server.port`

0 commit comments

Comments
 (0)