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

[fix]: memcachedreceiver updated to deprecate operation_hit_ratio metric #33375

Closed

Conversation

kernelpanic77
Copy link
Contributor

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.

@kernelpanic77 kernelpanic77 requested a review from djaglowski as a code owner June 4, 2024 17:43
@kernelpanic77 kernelpanic77 requested a review from a team June 4, 2024 17:43
Copy link
Member

@crobert-1 crobert-1 left a 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"
Copy link
Member

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
Copy link
Member

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.

Copy link
Contributor

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added the Stale label Jun 20, 2024
Copy link
Contributor

github-actions bot commented Jul 4, 2024

Closed as inactive. Feel free to reopen if this PR is still being worked on.

@github-actions github-actions bot closed this Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants