-
Notifications
You must be signed in to change notification settings - Fork 885
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
Redis Cluster on GCP Doesn't Has Separate Resources Utilizations Metrics #973
Comments
Interesting question. Is there a way to get the CPU stats per process? Does "INFO" talk to a different process each time it's called? Is the process part of the response? If it is then it could be possible to add it to the metric (and others?) and record the metrics on a per-process basis. |
Ah interesting. Do you also see |
Ah thanks, that actually makes sense. It's probably running in a container and so the pid is always 1. "run_id" is prob better for identifying the different processes. |
So is adding resources utilization or other metrics possible for every Redis instance while having only one endpoint? |
Describe the problem
I run a Redis cluster with 5 shards and 2 replicas on GCP. Since the cluster has only one endpoint, so I added this Redis endpoint to the Redis exporter. I want to monitor the resource utilization of all my Redis instances, but the exporter only shows the total resources for all instances combined.
What version of redis_exporter are you running?
1.67
Running the exporter
Output metrics :
I want to get something like this metrics output :
Screenshots
Example Dashboard with the same issue
Additional context
The text was updated successfully, but these errors were encountered: