-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[k8sclusterreceiver]: Remove the receiver.k8sclusterreceiver.reportCpuMetricsAsDouble feature gate #10838
[k8sclusterreceiver]: Remove the receiver.k8sclusterreceiver.reportCpuMetricsAsDouble feature gate #10838
Conversation
1fe6ddf
to
cac3ee7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are there any tests that need updated for containers.go
and collector.go
? Otherwise LGTM.
No testes need to be updated for containers.go and collector.go. |
For some reason I closed this PR without getting the commits merged, that was a mistake on my part. Reopening this PR, will make updates if needed. |
cce8cd9
to
2c47bb3
Compare
Description:
Moving the receiver.k8sclusterreceiver.reportCpuMetricsAsDouble feature gate from its Beta stage to its GA stage for release v0.54.0. The feature gate will now no longer exist.
Link to tracking Issue:
This is a planned cleanup PR, so I did not create a new issue.
Here is the original related issue: Fix k8s node and container cpu metrics not being reported properly #8245
Testing:
Verified the feature gate was safely removed and cpu metrics look proper.
Documentation:
Updated the README.md notes to remove the feature gate information.
Updated the CHANGLOG.md entries to point at v0.53.0 of the feature gate information.
Alpha Stage PR: #8245
Beta Stage PR: #9367