Skip to content

Commit 0cf061a

Browse files
committed
update alerting version to 8b8848ed6e8f and write a more descriptive explanation of logzio opsgenie receiver in ui
1 parent baa772a commit 0cf061a

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -519,8 +519,6 @@ replace xorm.io/xorm => ./pkg/util/xorm
519519
// This is required in order to get notification delivery errors from the receivers API.
520520
replace github.com/prometheus/alertmanager => github.com/grafana/prometheus-alertmanager v0.25.1-0.20240208102907-e82436ce63e6
521521

522-
replace github.com/grafana/alerting => github.com/logzio/data-viz-alerting v0.0.0-20240924140813-a442fa55af16
523-
524-
//replace github.com/grafana/alerting => /Users/jonathan/logzio/data-viz-alerting
522+
replace github.com/grafana/alerting => github.com/logzio/data-viz-alerting v0.0.0-20240925133815-8b8848ed6e8f
525523

526524
exclude github.com/mattn/go-sqlite3 v2.0.3+incompatible

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2892,8 +2892,8 @@ github.com/linkedin/goavro/v2 v2.10.0 h1:eTBIRoInBM88gITGXYtUSqqxLTFXfOsJBiX8ZMW
28922892
github.com/linkedin/goavro/v2 v2.10.0/go.mod h1:UgQUb2N/pmueQYH9bfqFioWxzYCZXSfF8Jw03O5sjqA=
28932893
github.com/linode/linodego v1.25.0 h1:zYMz0lTasD503jBu3tSRhzEmXHQN1zptCw5o71ibyyU=
28942894
github.com/linode/linodego v1.25.0/go.mod h1:BMZI0pMM/YGjBis7pIXDPbcgYfCZLH0/UvzqtsGtG1c=
2895-
github.com/logzio/data-viz-alerting v0.0.0-20240924140813-a442fa55af16 h1:9X17Bn1lKC+PH1poJSg4i+p/RNRIBAgqHrA6WmMqooU=
2896-
github.com/logzio/data-viz-alerting v0.0.0-20240924140813-a442fa55af16/go.mod h1:brTFeACal/cSZAR8XO/4LPKs7rzNfS86okl6QjSP1eY=
2895+
github.com/logzio/data-viz-alerting v0.0.0-20240925133815-8b8848ed6e8f h1:wt2nC68lHnrqc0Gsa2ORHRuo/ydIELIj42eE9cMHDFE=
2896+
github.com/logzio/data-viz-alerting v0.0.0-20240925133815-8b8848ed6e8f/go.mod h1:brTFeACal/cSZAR8XO/4LPKs7rzNfS86okl6QjSP1eY=
28972897
github.com/luna-duclos/instrumentedsql v0.0.0-20181127104832-b7d587d28109/go.mod h1:PWUIzhtavmOR965zfawVsHXbEuU1G29BPZ/CB3C7jXk=
28982898
github.com/luna-duclos/instrumentedsql v1.1.2/go.mod h1:4LGbEqDnopzNAiyxPPDXhLspyunZxgPTMJBKtC6U0BQ=
28992899
github.com/luna-duclos/instrumentedsql v1.1.3/go.mod h1:9J1njvFds+zN7y85EDhN9XNQLANWwZt2ULeIC8yMNYs=

pkg/services/ngalert/notifier/channels_config/available_channels.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1342,7 +1342,7 @@ func GetAvailableNotifiers() []*NotifierPlugin {
13421342
{
13431343
Type: "logzio_opsgenie",
13441344
Name: "LogzioOpsGenie",
1345-
Description: "Sends notifications to OpsGenie",
1345+
Description: "Sends notifications to OpsGenie with Logz.io integration",
13461346
Heading: "LogzioOpsGenie settings",
13471347
Options: []NotifierOption{
13481348
{

0 commit comments

Comments
 (0)