prometheus operator v0.71.2

AlertmanagerConfig.spec.receivers.discordConfigs.httpConfig.basicAuth.spec.receivers.webhookConfigs

List of webhook configurations.

5 fields
AlertmanagerConfig.spec.receivers.discordConfigs.httpConfig.basicAuth.spec.receivers.webhookConfigs fields and descriptions
Field / TypeDescription
object

HTTP client configuration.

maxAlerts
integer

Maximum number of alerts to be sent per webhook message. When 0, all alerts are included.

  • format: int32
  • minimum: 0
sendResolved
boolean

Whether or not to notify about resolved alerts.

url
string

The URL to send HTTP POST requests to. `urlSecret` takes precedence over `url`. One of `urlSecret` and `url` should be defined.

object

The secret's key that contains the webhook URL to send HTTP requests to. `urlSecret` takes precedence over `url`. One of `urlSecret` and `url` should be defined. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.

  • x-kubernetes-map-type: "atomic"