Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Boten committed Jul 5, 2022
1 parent b8a3f1f commit 18471cc
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 21 deletions.
21 changes: 0 additions & 21 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,27 +12,6 @@
- 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).

### 🚩 Deprecations 🚩

- `logzioexporter`: Announcing `custom_endpoint`, `drain_interval`, `queue_capacity`, `queue_max_length` configuration options will be deprecated in upcoming releases (#10821)
- `hostmetricsreceiver`: remove direction attribute. The feature gate: `receiver.hostmetricsreceiver.removeDirectionAttributeNetworkMetrics` can be set to apply the following (#11820)
- `system.network.dropped` will become:
- `system.network.dropped.receive`
- `system.network.dropped.transmit`
- `system.network.errors` will become:
- `system.network.errors.receive`
- `system.network.errors.transmit`
- `system.network.io` will become:
- `system.network.io.receive`
- `system.network.io.transmit`
- `system.network.packets` will become:
- `system.network.packets.receive`
- `system.network.packets.transmit`
- `hostmetricsreceiver`: remove direction for paging metrics. The feature gate: `receiver.hostmetricsreceiver.removeDirectionAttributePagingMetrics` can be set to apply the following (#11849)
- `system.paging.operations` will become:
- `system.paging.operations.page_in`
- `system.paging.operations.page_out`

## v0.54.0

## 🛑 Breaking changes 🛑
Expand Down
18 changes: 18 additions & 0 deletions unreleased/hostmetrics-remove-direction-network.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
change_type: deprecation

component: hostmetricsreceiver

note: >
Remove direction attribute. The feature gate: `receiver.hostmetricsreceiver.removeDirectionAttributeNetworkMetrics` can be set to apply the following (#11818)
- `system.network.dropped` will become:
- `system.network.dropped.receive`
- `system.network.dropped.transmit`
- `system.network.errors` will become:
- `system.network.errors.receive`
- `system.network.errors.transmit`
- `system.network.io` will become:
- `system.network.io.receive`
- `system.network.io.transmit`
- `system.network.packets` will become:
- `system.network.packets.receive`
- `system.network.packets.transmit`
9 changes: 9 additions & 0 deletions unreleased/hostmetrics-remove-direction-paging.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
change_type: deprecation

component: hostmetricsreceiver

note: >
Remove direction for paging metrics. The feature gate: `receiver.hostmetricsreceiver.removeDirectionAttributePagingMetrics` can be set to apply the following (#11849)
- `system.paging.operations` will become:
- `system.paging.operations.page_in`
- `system.paging.operations.page_out`

0 comments on commit 18471cc

Please sign in to comment.