Alerting: Adding color option for slack receiver (#99615)

This commit is contained in:
Garret Wyman
2025-01-30 00:12:16 +02:00
committed by GitHub
parent b820fd6bef
commit cf177776bf
11 changed files with 22 additions and 10 deletions
@@ -227,6 +227,7 @@ type SlackIntegration struct {
MentionChannel *string `json:"mentionChannel,omitempty" yaml:"mentionChannel,omitempty" hcl:"mention_channel"`
MentionUsers *string `json:"mentionUsers,omitempty" yaml:"mentionUsers,omitempty" hcl:"mention_users"`
MentionGroups *string `json:"mentionGroups,omitempty" yaml:"mentionGroups,omitempty" hcl:"mention_groups"`
Color *string `json:"color,omitempty" yaml:"color,omitempty" hcl:"color"`
}
type TelegramIntegration struct {