Skip to content

Commit ac75ee6

Browse files
author
Dimitrije Manic
committed
Updates prometheus-rules documentation
1 parent 6a150f4 commit ac75ee6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/developing-prometheus-rules-and-grafana-dashboards.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ Here the alert `KubeStatefulSetReplicasMismatch` is being filtered out of the gr
228228
```jsonnet
229229
local filter = {
230230
kubernetesControlPlane+: {
231-
prometheusRule+:: {
231+
prometheusRule+: {
232232
spec+: {
233233
groups: std.map(
234234
function(group)
@@ -255,7 +255,7 @@ Here the expression for another alert in the same component is updated from its
255255
```jsonnet
256256
local update = {
257257
kubernetesControlPlane+: {
258-
prometheusRule+:: {
258+
prometheusRule+: {
259259
spec+: {
260260
groups: std.map(
261261
function(group)

0 commit comments

Comments
 (0)