-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[fix]: memcachedreceiver updated to deprecate operation_hit_ratio metric #33375
[fix]: memcachedreceiver updated to deprecate operation_hit_ratio metric #33375
Conversation
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.
This PR should have a changelog entry.
@@ -3,9 +3,8 @@ | |||
package memcachedreceiver | |||
|
|||
import ( | |||
"testing" |
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.
This change incorrectly formats go imports, please run make gofmt
to fix.
@@ -117,8 +117,12 @@ metrics: | |||
aggregation_temporality: cumulative | |||
attributes: [type,operation] | |||
memcached.operation_hit_ratio: | |||
enabled: true | |||
enabled: false |
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.
We should leave this as true
for at least one release so that users have a chance to adjust before changes are imposed on them.
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
Closed as inactive. Feel free to reopen if this PR is still being worked on. |
Description: This PR deprecates memcachedreceiver.operation_hit_ratio, since it does not capture cumulative hit_ratio if the memcached instance restarts
Link to tracking Issue: #30695
Documentation: Documentation updated as per generated config using mdatagen.