Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[receiver/kubeletstatsreceiver] prepend container. metrics with k8s. #24388

Closed

Commits on Jul 19, 2023

  1. [receiver/kubeletstatsreceiver] prepend container. metrics with k8s.

    This PR introduces `k8s.container*` metrics, which will replace their `container.*` metrics counterparts. For now, the `k8s.container*` metrics are disabled by default.
    
    The following process will be followed to phase out the old metrics:
    - In `v0.82.0`, the new metric is introduced and the old metric is marked as deprecated.
      Only the old metric are emitted by default.
    - In `v0.84.0`, the old metric is disabled and the new one enabled by default.
    - In `v0.86.0` and up, the old metric is removed.
    
    Please refer to the following issue: open-telemetry#24238 for the reason for this change.
    mackjmr committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    7a43a61 View commit details
    Browse the repository at this point in the history