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
Currently, ServiceMonitor is a supported resource type but PodMonitor is not. This means one can configure monitoring for Deployments, but not for things like DaemonSets. Our operator deploys a DaemonSet, which should ideally be scraped by Prometheus, hence we configure a PodMonitor. Could PodMonitor be added to the list of supported resources?