Skip to content
Snippets Groups Projects
Commit ac75ee62 authored by Dimitrije Manic's avatar Dimitrije Manic
Browse files

Updates prometheus-rules documentation

parent 6a150f4c
No related branches found
No related tags found
No related merge requests found
......@@ -228,7 +228,7 @@ Here the alert `KubeStatefulSetReplicasMismatch` is being filtered out of the gr
```jsonnet
local filter = {
kubernetesControlPlane+: {
prometheusRule+:: {
prometheusRule+: {
spec+: {
groups: std.map(
function(group)
......@@ -255,7 +255,7 @@ Here the expression for another alert in the same component is updated from its
```jsonnet
local update = {
kubernetesControlPlane+: {
prometheusRule+:: {
prometheusRule+: {
spec+: {
groups: std.map(
function(group)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment