Prometheus related several problems/questions #6164
Replies: 5 comments 3 replies
-
You do not seem to have Prometheus deployed. Just the Prometheus Opertor. So I guess that is why are you missing the service and why the alert manager is possibly crashing?
Not sure we can help with that since we do not really know how that is configured or used. In general, you do not need a separate Prometheus to monitor Strimzi. You can use the one you already have if you have it. Maybe they conflict with each other? |
Beta Was this translation helpful? Give feedback.
-
Hello @scholzj it's nice to see you again; you helped me in 2019 and 2020 a lot. Now I am here again. Thanks for your fast feedback. Actually prometheus is installed.
describe prometheus
I just upgraded my other existing Prometheus to the latest release and when I install bundle operator under "kafka" namespace, things go crazy in my other Prometheus :
I tried to install Prometheus staff without install operator (because I've Prometheus Operator in other namespace); the installation destructed the other prometheus .
..investigating; to be continued... |
Beta Was this translation helpful? Give feedback.
-
@ppatierno @sknot-rh pls advise, I modified strimzi-pod-monitor.yaml like below: ..and applied...
The relevant part of my Prometheus is below:
...```
...
apiVersion: monitoring.coreos.com/v1
|
Beta Was this translation helpful? Give feedback.
-
I added following servicemonitor; nothing changed:
|
Beta Was this translation helpful? Give feedback.
-
@Gentlemen; pls advise... Need to your adises... |
Beta Was this translation helpful? Give feedback.
-
Hello,
I have an installed Strimzi 0.27.0 on my aws-eks k8s. The operator and kafka is in different namespaecs and the operator watches all namespaces. "*"
I've installed Prometheus stuff as explained in documentation but there is no Prometheus service in namespace. This is the first problem.
alertmanager pod keeps crashing: This is second problem.
I have another Prometheus/Grafana/AlertManager in another namespace. When I install Strimzi/metrics, the other Promethus goes crazy. This is the third problem.
if there is a workaround or known issue(s), knowing them before dig into details would be great.
Thanks & Regards
Beta Was this translation helpful? Give feedback.
All reactions