Still working on alerts
This commit is contained in:
parent
0e975e1feb
commit
f49f51302e
|
|
@ -66,13 +66,7 @@ kube-prometheus-stack:
|
||||||
- monitoring # Its own namespace
|
- monitoring # Its own namespace
|
||||||
- webrtc-be # Your app's namespace
|
- webrtc-be # Your app's namespace
|
||||||
# Enable discovery of PrometheusRules in these namespaces
|
# Enable discovery of PrometheusRules in these namespaces
|
||||||
ruleNamespaceSelector:
|
ruleNamespaceSelector: {} # Match all namespaces (avoids dependency on namespace labels)
|
||||||
matchExpressions:
|
|
||||||
- key: kubernetes.io/metadata.name
|
|
||||||
operator: In
|
|
||||||
values:
|
|
||||||
- monitoring
|
|
||||||
- webrtc-be
|
|
||||||
ruleSelector:
|
ruleSelector:
|
||||||
matchExpressions: [] # Match all rules in selected namespaces
|
matchExpressions: [] # Match all rules in selected namespaces
|
||||||
# Add the manual scrape configuration
|
# Add the manual scrape configuration
|
||||||
|
|
|
||||||
|
|
@ -66,13 +66,7 @@ kube-prometheus-stack:
|
||||||
- monitoring # Its own namespace
|
- monitoring # Its own namespace
|
||||||
- webrtc-be # Your app's namespace
|
- webrtc-be # Your app's namespace
|
||||||
# Enable discovery of PrometheusRules in these namespaces
|
# Enable discovery of PrometheusRules in these namespaces
|
||||||
ruleNamespaceSelector:
|
ruleNamespaceSelector: {} # Match all namespaces (avoids dependency on namespace labels)
|
||||||
matchExpressions:
|
|
||||||
- key: kubernetes.io/metadata.name
|
|
||||||
operator: In
|
|
||||||
values:
|
|
||||||
- monitoring
|
|
||||||
- webrtc-be
|
|
||||||
ruleSelector:
|
ruleSelector:
|
||||||
matchExpressions: [] # Match all rules in selected namespaces
|
matchExpressions: [] # Match all rules in selected namespaces
|
||||||
# Add the manual scrape configuration
|
# Add the manual scrape configuration
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue