prometheus operator v0.93.1

AlertmanagerConfig.spec.receivers[].slackConfigs.fields

fields defines a list of Slack fields that are sent with each notification.

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