Replies: 1 comment
-
Additional rules can be added in few ways:
The quoted sentence is incorrect after our recent code refactoring. We no longer have top-level and global |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The docs (https://github.com/prometheus-operator/kube-prometheus/blob/main/docs/developing-prometheus-rules-and-grafana-dashboards.md#alerting-rules) state:
However, the code snippet below makes no mention of
prometheusAlerts
and instead configuresexampleApplication
.Attempting to configure the
example.jsonnet
file as per the code snippet did not result in my additional alerting rules being applied to my kube-prometheus deployment (or at least where I'd expect to find them).I thought about raising an issue but I feel like I might be misunderstanding how something works here.
Beta Was this translation helpful? Give feedback.
All reactions