Alerting: Upgrade grafana/alerting to 92d5f29 (#100982)
* Alerting: Upgrade grafana/alerting to 92d5f29 Includes: - Add more context to log in PipelineAndStateTimestampCoordinationStage (#277) - Update Alertmanager fork to latest commit (#279) - Copy http client from Grafana (#281) * Satisfy signature change from grafana/alerting #281 (http client)
This commit is contained in:
@@ -9,6 +9,7 @@ import (
|
||||
"strconv"
|
||||
"time"
|
||||
|
||||
alertingHttp "github.com/grafana/alerting/http"
|
||||
alertingNotify "github.com/grafana/alerting/notify"
|
||||
"github.com/grafana/alerting/notify/stages"
|
||||
"github.com/grafana/alerting/receivers"
|
||||
@@ -408,9 +409,7 @@ func (am *alertmanager) buildReceiverIntegrations(receiver *alertingNotify.APIRe
|
||||
tmpl,
|
||||
img,
|
||||
LoggerFactory,
|
||||
func(n receivers.Metadata) (receivers.WebhookSender, error) {
|
||||
return s, nil
|
||||
},
|
||||
alertingHttp.DefaultClientConfiguration,
|
||||
func(n receivers.Metadata) (receivers.EmailSender, error) {
|
||||
return s, nil
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user