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 ...@@ -228,7 +228,7 @@ Here the alert `KubeStatefulSetReplicasMismatch` is being filtered out of the gr
```jsonnet ```jsonnet
local filter = { local filter = {
kubernetesControlPlane+: { kubernetesControlPlane+: {
prometheusRule+:: { prometheusRule+: {
spec+: { spec+: {
groups: std.map( groups: std.map(
function(group) function(group)
...@@ -255,7 +255,7 @@ Here the expression for another alert in the same component is updated from its ...@@ -255,7 +255,7 @@ Here the expression for another alert in the same component is updated from its
```jsonnet ```jsonnet
local update = { local update = {
kubernetesControlPlane+: { kubernetesControlPlane+: {
prometheusRule+:: { prometheusRule+: {
spec+: { spec+: {
groups: std.map( groups: std.map(
function(group) 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