From ac75ee6221e177fa3fd6074fee28f8ab7ca9a50a Mon Sep 17 00:00:00 2001 From: Dimitrije Manic <dmanic@gobonfire.com> Date: Thu, 12 Aug 2021 08:03:16 -0400 Subject: [PATCH] Updates prometheus-rules documentation --- docs/developing-prometheus-rules-and-grafana-dashboards.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/developing-prometheus-rules-and-grafana-dashboards.md b/docs/developing-prometheus-rules-and-grafana-dashboards.md index 56e7c297..6aa853cd 100644 --- a/docs/developing-prometheus-rules-and-grafana-dashboards.md +++ b/docs/developing-prometheus-rules-and-grafana-dashboards.md @@ -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) -- GitLab