prometheus operator v0.93.1
AlertmanagerConfig.spec.receivers.wechatConfigs.httpConfig.tlsConfig.spec.receivers.discordConfigs
discordConfigs defines the list of Slack configurations.
| Field / Type | Description |
|---|---|
apiURL defines 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.
| |
avatarURL | avatarURL defines the avatar url of the message sender.
|
content | content defines the template of the content's body.
|
httpConfig defines the HTTP client configuration. | |
message | message defines the template of the message's body. |
sendResolved | sendResolved defines whether or not to notify about resolved alerts. |
title | title defines the template of the message's title. |
username | username defines the username of the message sender.
|