...
In this example we have inserted 2 rules that evaluate the rate of http requests to Prometheus dashboard pages. We will then update these web pages via the browser, to trigger the alert. Also note the labels
adopted in this manifest. Similarly to what was seen in Monitor a Service, the labels must match those present in the ruleSelector
field.
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
# This is just an excerpt from the output of the "describe" command $ kubectl describe -n monitoring prometheus spec: Rule Selector: Match Labels: App: kube-prometheus-stack Release: mon |
...