You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Retrieve info from CLUSTER INFO redis cmd (#42406)
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
Currently, the redisreceiver fetches only from the INFO command (and is
capable of monitoring individual redis performance).
We need to record from the CLUSTER INFO command too.
<!-- Issue number (e.g. #1234) or full URL to issue, if applicable. -->
#### Link to tracking issue
Fixes#38117
<!--Describe what testing was performed and which tests were added.-->
#### Testing
Added tests for the `CLUSTER INFO` command in the
`receiver/redisreceiver/client_test.go` file. However, the
`cluster_info.txt` is yet to be added.
<!--Please delete paragraphs that you did not use before submitting.-->
---------
Signed-off-by: Yaten <[email protected]>
0 commit comments