Replies: 1 comment
-
prometheus-operator supports a |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Let's assume I have installed kube-stack-promethes with the full stack of Promethues-Operator/Prometheus/Grafana in the prometheus-operator namespace.
I have a second kube-stack-prometheus that will live and monitor only the things in that namespace...Let's call it
foo
where the only thing needed is Prometheus/Grafana using https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack#multiple-releases.This is working as expected. In
foo
I have theprometheus.prometheusSpec.serviceMonitorNamespaceSelector: foo
which is working as expected.Is there some way in the primary Prometheus other than listing each and every other labeled service-monitor and essentially say
Look at all namespaces except foo
? If someone has a lot of namespaces it could become somewhat of a tedious process to add each.I was hoping for pseudocode logic:
Beta Was this translation helpful? Give feedback.
All reactions