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
Currently redis pmda looks for a $host:$port combination for pulling the redis metrics. But it is possible that redis is using unix socket and not port like following:
Currently redis pmda looks for a $host:$port combination for pulling the redis metrics. But it is possible that redis is using unix socket and not port like following:
redis 29103 1 0 04:05 ? 00:00:11 /usr/bin/redis-server unixsocket:/run/redis/redis.sock
With this redis pmda is not able to fetch the redis metrics. It should be able to fetch the metrics using redis.sock as well.
The text was updated successfully, but these errors were encountered: