prometheus operator v0.93.1
AlertmanagerConfig.spec.receivers.rocketchatConfigs.httpConfig.spec.receivers.slackConfigs.fields
fields defines a list of Slack fields that are sent with each notification.
| Field / Type | Description |
|---|---|
short | short determines whether this field can be displayed alongside other short fields. When true, Slack may display this field side by side with other short fields. When false or not specified, the field takes the full width of the message. |
title | title defines the label or header text displayed for this field. This appears as bold text above the field value in the Slack message.
|
value | value defines the content or data displayed for this field. This appears below the title and can contain plain text or Slack markdown.
|