redis exporter and kube-prometheus #725
Unanswered
pmmalinov01
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I was missing spec.endpoints.path on the ServiceMonitor. Still if only one has a suggestion which is better: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a Redis cluster and Redis-exporter in two separate deployments in the same namespace of a Kubernetes cluster. I am using Prometheus operator to monitor the cluster, but I can not find a way to set up the exporter and the operator. I have set up a service targeting the Redis exporter(check below) and a ServiceMonitor(also below). If I port forward to the Redis exporter service I can see the metrics. Also, the Redis exporter logs do not show issues.
Additional context
If I switch to a sidecar Redis exporter next to the Redis cluster all is working properly. Has anyone faced such issue?
Beta Was this translation helpful? Give feedback.
All reactions