Replies: 1 comment
-
This is what happens in the operator logs:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have a service/servicemonitor not added to prometheus.
kubectl -n monitoring get secret prometheus-kube-prometheus-stack-prometheus -ojson | jq -r '.data["prometheus.yaml.gz"]' | base64 -d | gunzip | grep cert-manager
Does not give any result, but the servicemonitor is seeing the service
And the service is showing the metrics.
This is the service/servicemonitor:
The following service/servicemonitor is properly added and scraped:
What's wrong with the cert-manager servicemonitor?
Beta Was this translation helpful? Give feedback.
All reactions