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 redis keyspace_hits, use derive.keyspace_hits #487

Merged
merged 2 commits into from
Oct 2, 2023

Conversation

vsananikone
Copy link
Contributor

@vsananikone vsananikone commented Sep 21, 2023

The hitrate detector doesn't have any metrics cause counter.keyspace_hits does not exist.
the metric used in collectd/redis for signal-fx is derive.keyspace_hits
https://github.com/signalfx/signalfx-agent/blob/main/docs/monitors/collectd-redis.md

and our collector splunk-otel-collector is using the correct metric derive.keyspace_hits

Copy link
Member

@pdecat pdecat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@JMHAUTBOIS-Claranet JMHAUTBOIS-Claranet merged commit 620b931 into master Oct 2, 2023
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants