-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Revisit redis receiver metrics #6942
Comments
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners: See Adding Labels via Comments if you do not have permissions to add labels yourself. |
This issue has been closed as inactive because it has been stale for 120 days with no activity. |
@bjandras has volunteered to take this. |
Missing CPU metrics addressed in #14943. |
Missing metric units addressed in #23573. |
**Description:** Added command latency metric to the redis receiver. **Link to tracking Issue:** #6942 **Testing:** Added tests for parsing `latencystats` section of redis info. **Documentation:** Metric documentation in metadata.yaml
Changed unit for `redis.cmd.latency` metric from microseconds to seconds. #6942 Co-authored-by: Alex Boten <[email protected]>
Here's a breakdown of all available Redis metrics and their OTel counterparts (if implemented): https://docs.google.com/spreadsheets/d/1KRM5NuFnYxiW1EJ00wt-NF1LhrIbuWjn-iC-lAOrfQg/edit?usp=sharing. We can use it to select which metric to collect. |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners: See Adding Labels via Comments if you do not have permissions to add labels yourself. |
@bjandras Hey, how was that output generated btw? Doing some auditing on my end, would like to have a reproducible way (even if runbook-esque) to validate ongoing coverage improvement. |
**Description:** Adds missing metrics for `slave_repl_offset` and adds an integration test to configure a cluster to test such **Link to tracking Issue:** [`6942`](#6942) **Testing:** `cd receiver/redisreceiver && make mod-integration-test` **Documentation:** (autogenerated from mdatagen)
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners: See Adding Labels via Comments if you do not have permissions to add labels yourself. |
**Description:** Adds missing metrics for `slave_repl_offset` and adds an integration test to configure a cluster to test such **Link to tracking Issue:** [`6942`](open-telemetry#6942) **Testing:** `cd receiver/redisreceiver && make mod-integration-test` **Documentation:** (autogenerated from mdatagen)
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners: See Adding Labels via Comments if you do not have permissions to add labels yourself. |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners: See Adding Labels via Comments if you do not have permissions to add labels yourself. |
The following issues found with the redis receiver metrics:
The text was updated successfully, but these errors were encountered: