prometheus operator v0.93.1

AlertmanagerConfig.spec.receivers[].emailConfigs[].threading

threading defines the threading configuration for email receiver. It requires Alertmanager >= v0.30.0.

1 fields
AlertmanagerConfig.spec.receivers[].emailConfigs[].threading fields and descriptions
Field / TypeDescription
threadByDate
string required

threadByDate defines what granularity of current date to thread by. Accepted values: Daily, None. (None means group by alert group key, no date).

  • enum: ["Daily","None"]