Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Boten committed Jun 29, 2022
1 parent e9f71d1 commit 4b26ad3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@
- If users were disabling this feature gate, they may have to update
monitoring for a few Kubernetes cpu metrics. For more details see [feature-gate-configurations](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/v0.54.0/receiver/k8sclusterreceiver#feature-gate-configurations).
- `prometheusexporter`: Automatically rename metrics with units to follow Prometheus naming convention (#8950)
- `hostmetricsreceiver`: remove direction attribute (#11820)
- `system.network.dropped` becomes:
- `system.network.dropped.receive`
- `system.network.dropped.transmit`
- `system.network.errors` becomes:
- `system.network.errors.receive`
- `system.network.errors.transmit`
- `system.network.io` becomes:
- `system.network.io.receive`
- `system.network.io.transmit`
- `system.network.packets` becomes:
- `system.network.packets.receive`
- `system.network.packets.transmit`

### 🚩 Deprecations 🚩

Expand Down

0 comments on commit 4b26ad3

Please sign in to comment.