We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e79ac1a commit c164a5cCopy full SHA for c164a5c
services/observability/v1/observability.json
@@ -4634,10 +4634,8 @@
4634
"example": {
4635
"data": {
4636
"global": {
4637
- "smtpAuthPassword": "password",
4638
- "smtpAuthUsername": "alertmanager",
4639
- "smtpFrom": "[email protected]",
4640
- "smtpSmarthost": "localhost:25"
+ "resolveTimeout": "5m",
+ "smtpFrom": "[email protected]"
4641
},
4642
"inhibitRules": [
4643
{
@@ -4695,6 +4693,7 @@
4695
4693
}
4696
4694
],
4697
"route": {
+ "continue": false,
4698
"groupBy": [
4699
"alertname",
4700
"cluster",
@@ -4720,7 +4719,7 @@
4720
4719
]
4721
4722
4723
- "message": "Success"
+ "message": "Successfully got alert config"
4724
4725
"schema": {
4726
"$ref": "#/components/schemas/GetAlertConfigsResponse"
0 commit comments