prometheus operator v0.93.1

AlertmanagerConfig.spec.receivers[].slackConfigs[].fields[]

SlackField configures a single Slack field that is sent with each notification. Each field must contain a title, value, and optionally, a boolean value to indicate if the field is short enough to be displayed next to other fields designated as short. See https://api.slack.com/docs/message-attachments#fields for more information.

3 fields
AlertmanagerConfig.spec.receivers[].slackConfigs[].fields[] fields and descriptions
Field / TypeDescription
short
boolean

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
string required

title defines the label or header text displayed for this field. This appears as bold text above the field value in the Slack message.

  • minLength: 1
value
string required

value defines the content or data displayed for this field. This appears below the title and can contain plain text or Slack markdown.

  • minLength: 1