Skip to content

Commit

Permalink
[chore] [dockerstatsreceiver] update dockerstats receiver deprecation…
Browse files Browse the repository at this point in the history
… schedule (open-telemetry#27853)
  • Loading branch information
sigilioso authored and jmsnll committed Nov 12, 2023
1 parent a9db033 commit 0b723f6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions receiver/dockerstatsreceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ the following process will be followed to phase out the old metrics:
- Between `v0.79.0` and `v0.86.0`, the new metric is introduced and the old metric is marked as deprecated.
Only the old metric are emitted by default.
- In `v0.87.0`, the old metric is disabled and the new one enabled by default.
- In `v0.88.0` and up, the old metric is removed.
- In `v0.88.0`, the old metric is disabled and the new one enabled by default.
- In `v0.89.0` and up, the old metric is removed.

To change the enabled state for the specific metrics, use the standard configuration options that are available for all metrics.

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion receiver/dockerstatsreceiver/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ metrics:
unit: "1"
warnings:
if_configured: >-
The metric is deprecated and will be removed in v0.88.0. Please use `container.cpu.utilization` instead. See
The metric is deprecated and will be removed in v0.89.0. Please use `container.cpu.utilization` instead. See
https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/dockerstatsreceiver#transition-to-cpu-utilization-metric-name-aligned-with-opentelemetry-specification
for more details.
gauge:
Expand Down

0 comments on commit 0b723f6

Please sign in to comment.