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
For people using the default installation of the kube-prometheus-stack, Prometheus will only use ServiceMonitors with certain labelsets. By default, it will be release: <prometheus-installation-release-name>
So, Prometheus won't pickup the ServiceMonitor unless it has this label
So, it would be better to add the ability to extend the labelset of the SerivceMonitor from the values.yaml file
The text was updated successfully, but these errors were encountered:
kube-prometheus-stack
, Prometheus will only useServiceMonitors
with certain labelsets. By default, it will berelease: <prometheus-installation-release-name>
ServiceMonitor
unless it has this labelSerivceMonitor
from thevalues.yaml
fileThe text was updated successfully, but these errors were encountered: