Skip to content

Commit 1622d94

Browse files
gabriel-suelaJoey Orlando
andauthored
fix: indentation in alert manager integration docs (#4562)
# What this PR does Fix indentation in alertmanager docs. The parts that were adjusted were not following the pattern of the other examples in the docs. ## Which issue(s) this PR closes None <!-- *Note*: if you have more than one GitHub issue that this PR closes, be sure to preface each issue link with a [closing keyword](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests#linking-a-pull-request-to-an-issue). This ensures that the issue(s) are auto-closed once the PR has been merged. --> ## Checklist - [ ] Unit, integration, and e2e (if applicable) tests updated - [ ] Documentation added (or `pr:no public docs` PR label added if not required) - [ ] Added the relevant release notes label (see labels prefixed w/ `release:`). These labels dictate how your PR will show up in the autogenerated release notes. --------- Co-authored-by: Joey Orlando <[email protected]>
1 parent b27a158 commit 1622d94

File tree

1 file changed

+4
-4
lines changed
  • docs/sources/integrations/alertmanager

1 file changed

+4
-4
lines changed

docs/sources/integrations/alertmanager/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,17 +110,17 @@ Add receiver configuration to `prometheus.yaml` with the **OnCall Heartbeat URL*
110110
route:
111111
...
112112
routes:
113-
- match:
113+
- match:
114114
alertname: heartbeat
115115
receiver: 'grafana-oncall-heartbeat'
116116
group_wait: 0s
117117
group_interval: 1m
118118
repeat_interval: 50s
119119
receivers:
120-
- name: 'grafana-oncall-heartbeat'
120+
- name: 'grafana-oncall-heartbeat'
121121
webhook_configs:
122-
- url: https://oncall-dev-us-central-0.grafana.net/oncall/integrations/v1/alertmanager/1234567890/heartbeat/
123-
send_resolved: false
122+
- url: https://oncall-dev-us-central-0.grafana.net/oncall/integrations/v1/alertmanager/1234567890/heartbeat/
123+
send_resolved: false
124124
```
125125

126126
## Note about legacy integration

0 commit comments

Comments
 (0)