Alerting: Update alerting module to 3befd25883e0d17673e5590cc5c5702bbc031b16 (#114062)
* [create-pull-request] automated change * fix module path for alerting notify test receivers --------- Co-authored-by: moustafab <27738648+moustafab@users.noreply.github.com> Co-authored-by: Moustafa Baiou <moustafa.baiou@grafana.com>
This commit is contained in:
co-authored by
moustafab
Moustafa Baiou
parent
7264803016
commit
53c39ccda3
@@ -58,8 +58,10 @@ type GooglechatIntegration struct {
|
||||
|
||||
URL Secret `json:"url" yaml:"url" hcl:"url"`
|
||||
|
||||
Title *string `json:"title,omitempty" yaml:"title,omitempty" hcl:"title"`
|
||||
Message *string `json:"message,omitempty" yaml:"message,omitempty" hcl:"message"`
|
||||
Title *string `json:"title,omitempty" yaml:"title,omitempty" hcl:"title"`
|
||||
Message *string `json:"message,omitempty" yaml:"message,omitempty" hcl:"message"`
|
||||
HideOpenButton *bool `json:"hide_open_button,omitempty" yaml:"hide_open_button,omitempty" hcl:"hide_open_button"`
|
||||
HideVersionInfo *bool `json:"hide_version_info,omitempty" yaml:"hide_version_info,omitempty" hcl:"hide_version_info"`
|
||||
}
|
||||
|
||||
type JiraIntegration struct {
|
||||
|
||||
Reference in New Issue
Block a user