grafana/pkg/services/ngalert/notifier/channels
Alexander Weaver fd583a0e3b
Alerting: Allow customization of Google chat message (#43568)
* Allow customizable googlechat message via optional setting

* Add optional message field in googlechat contact point configurator

* Fix strange error message on send if template fails to fully evaluate

* Elevate template evaluation failure logs to Warn level

* Extract default.title template embed from all channels to shared constant
2022-01-05 09:47:08 -06:00
..
alertmanager_test.go Alerting: Check for nil model.Settings and models.SecureSettings (#37738) 2021-11-22 11:56:18 +00:00
alertmanager.go Alerting: Check for nil model.Settings and models.SecureSettings (#37738) 2021-11-22 11:56:18 +00:00
base.go Alerting: Validate contact point configuration during migration to Unified Alerting (#40717) 2021-10-22 10:11:06 +01:00
default_template_test.go Alerting: Allow customization of Google chat message (#43568) 2022-01-05 09:47:08 -06:00
default_template.go Alerting: Allow customization of Google chat message (#43568) 2022-01-05 09:47:08 -06:00
dingding_test.go Rename AddHandlerCtx to AddHandler (#43557) 2021-12-28 16:08:07 +01:00
dingding.go Alerting: Allow customization of Google chat message (#43568) 2022-01-05 09:47:08 -06:00
discord_test.go Rename AddHandlerCtx to AddHandler (#43557) 2021-12-28 16:08:07 +01:00
discord.go Alerting: Allow customization of Google chat message (#43568) 2022-01-05 09:47:08 -06:00
email_test.go Rename AddHandlerCtx to AddHandler (#43557) 2021-12-28 16:08:07 +01:00
email.go Alerting: Allow customization of Google chat message (#43568) 2022-01-05 09:47:08 -06:00
googlechat_test.go Alerting: Allow customization of Google chat message (#43568) 2022-01-05 09:47:08 -06:00
googlechat.go Alerting: Allow customization of Google chat message (#43568) 2022-01-05 09:47:08 -06:00
kafka_test.go Rename AddHandlerCtx to AddHandler (#43557) 2021-12-28 16:08:07 +01:00
kafka.go Alerting: Allow customization of Google chat message (#43568) 2022-01-05 09:47:08 -06:00
line_test.go Rename AddHandlerCtx to AddHandler (#43557) 2021-12-28 16:08:07 +01:00
line.go Alerting: Allow customization of Google chat message (#43568) 2022-01-05 09:47:08 -06:00
opsgenie_test.go Rename AddHandlerCtx to AddHandler (#43557) 2021-12-28 16:08:07 +01:00
opsgenie.go Alerting: Allow customization of Google chat message (#43568) 2022-01-05 09:47:08 -06:00
pagerduty_test.go Rename AddHandlerCtx to AddHandler (#43557) 2021-12-28 16:08:07 +01:00
pagerduty.go Alerting: Allow customization of Google chat message (#43568) 2022-01-05 09:47:08 -06:00
pushover_test.go Rename AddHandlerCtx to AddHandler (#43557) 2021-12-28 16:08:07 +01:00
pushover.go Alerting: Allow customization of Google chat message (#43568) 2022-01-05 09:47:08 -06:00
sensugo_test.go Rename AddHandlerCtx to AddHandler (#43557) 2021-12-28 16:08:07 +01:00
sensugo.go Alerting: Allow customization of Google chat message (#43568) 2022-01-05 09:47:08 -06:00
slack_test.go Alerting: Fix global state sensitivity in notifier channel tests (#43508) 2021-12-27 11:58:17 -06:00
slack.go Alerting: Allow customization of Google chat message (#43568) 2022-01-05 09:47:08 -06:00
teams_test.go Rename AddHandlerCtx to AddHandler (#43557) 2021-12-28 16:08:07 +01:00
teams.go Alerting: Allow customization of Google chat message (#43568) 2022-01-05 09:47:08 -06:00
telegram_test.go Alerting: use HTML-safe characters for the default template (#43148) 2021-12-15 17:57:08 +01:00
telegram.go Alerting: Allow customization of Google chat message (#43568) 2022-01-05 09:47:08 -06:00
template_data.go Alerting: declare constants for __dashboardUid__ and __panelId__ literals (#39976) 2021-10-07 17:30:06 -04:00
testing.go Remove flakiness of google chat tests (#40592) 2021-10-19 16:18:44 -04:00
threema_test.go Rename AddHandlerCtx to AddHandler (#43557) 2021-12-28 16:08:07 +01:00
threema.go Alerting: Allow customization of Google chat message (#43568) 2022-01-05 09:47:08 -06:00
utils.go Remove flakiness of google chat tests (#40592) 2021-10-19 16:18:44 -04:00
victorops_test.go Rename AddHandlerCtx to AddHandler (#43557) 2021-12-28 16:08:07 +01:00
victorops.go Alerting: Allow customization of Google chat message (#43568) 2022-01-05 09:47:08 -06:00
webhook_test.go Rename AddHandlerCtx to AddHandler (#43557) 2021-12-28 16:08:07 +01:00
webhook.go Alerting: Allow customization of Google chat message (#43568) 2022-01-05 09:47:08 -06:00
wecom_test.go Rename AddHandlerCtx to AddHandler (#43557) 2021-12-28 16:08:07 +01:00
wecom.go Alerting: Allow customization of Google chat message (#43568) 2022-01-05 09:47:08 -06:00