By default Prometheus selects only ServiceMonitors with a "release" label
set to "kube-prometheus-stack" which prevents correct discovery of Onap
monitoring targets. With these settings any ServiceMonitor with any
arbitrary label will be selected.
Change-Id: Icbb099a86779bc4df6333e71258504e18f3d1d09
Issue-ID: OOM-2924
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
prometheus:
prometheusSpec:
scrapeInterval: 60s
+ serviceMonitorNamespaceSelector: {}
+ serviceMonitorSelector: {}
+ serviceMonitorSelectorNilUsesHelmValues: false
storageSpec:
disableMountSubPath: true
volumeClaimTemplate: