Skip to content

Commit 8d36d0d

Browse files
authored
Merge pull request #1317 from DimitrijeManic/wip/update-doc
2 parents 5452de1 + ac75ee6 commit 8d36d0d

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)