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 84fc82d commit a64a147Copy full SHA for a64a147
config/schemas/config.yaml
@@ -4427,6 +4427,16 @@ properties:
4427
type: string
4428
webhook:
4429
$ref: '#/properties/alerts/properties/runbookUrls/$defs/noUpstreamRunbook'
4430
+ disabled:
4431
+ type: object
4432
+ title: Disabled alerts
4433
+ description: Alerts that can be disabled
4434
+ properties:
4435
+ CPUThrottlingHigh:
4436
+ title: CPUThrottlingHigh disabled
4437
+ description: Configure whether or not CPUThrottlingHigh alert should be disabled
4438
+ type: boolean
4439
+ default: true
4440
grafana:
4441
title: Grafana Config
4442
description: |-
0 commit comments