-
Notifications
You must be signed in to change notification settings - Fork 922
Closed
Labels
Description
Redis server has zero keys.
The vm in screenshot has 4 CPUs
I have tested this in multiple azure vms and most of them shows cpu spikes due to redis exporter.
The top panel shows CPU total usage from node exporter
The middle panel shows "process_cpu_seconds_total" from redis exporter.
It also shows "redis_cpu_sys_seconds_total" and "redis_cpu_user_seconds_total" but both are flat (ie zero)
The bottom panel shows max single cpu utilization from node exporter.
INFO[0000] Redis Metrics Exporter v1.43.0 build date: 2022-06-18-11:52:03 sha1: 980a974 Go: go1.18.3 GOOS: linux GOARCH: amd64
Can someone help me debug why redis exporter is causing cpu spikes?