prometheus operator v0.71.2

AlertmanagerConfig.spec.receivers[].discordConfigs[]

DiscordConfig configures notifications via Discord. See https://prometheus.io/docs/alerting/latest/configuration/#discord_config

5 fields
AlertmanagerConfig.spec.receivers[].discordConfigs[] fields and descriptions
Field / TypeDescription
object required

The secret's key that contains the Discord webhook URL. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.

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

HTTP client configuration.

message
string

The template of the message's body.

sendResolved
boolean

Whether or not to notify about resolved alerts.

title
string

The template of the message's title.