Skip to content

Commit 5f40b91

Browse files
fix(alerts): upgrade to client 2.57.0 to revert signal seasonality client reference (#2857)
1 parent 07ada6a commit 5f40b91

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/mitchellh/go-homedir v1.1.0
1010
github.com/newrelic/go-agent/v3 v3.30.0
1111
github.com/newrelic/go-insights v1.0.3
12-
github.com/newrelic/newrelic-client-go/v2 v2.56.1
12+
github.com/newrelic/newrelic-client-go/v2 v2.57.0
1313
github.com/stretchr/testify v1.9.0
1414
golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8
1515
)

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,8 @@ github.com/newrelic/go-agent/v3 v3.30.0 h1:ZXHCT/Cot4iIPwcegCZURuRQOsfmGA6wilW+S
270270
github.com/newrelic/go-agent/v3 v3.30.0/go.mod h1:9utrgxlSryNqRrTvII2XBL+0lpofXbqXApvVWPpbzUg=
271271
github.com/newrelic/go-insights v1.0.3 h1:zSNp1CEZnXktzSIEsbHJk8v6ZihdPFP2WsO/fzau3OQ=
272272
github.com/newrelic/go-insights v1.0.3/go.mod h1:A20BoT8TNkqPGX2nS/Z2fYmKl3Cqa3iKZd4whzedCY4=
273-
github.com/newrelic/newrelic-client-go/v2 v2.56.1 h1:KeGS6/NM7gyIkvjuFXW6y2+WhdRm0d/Mb1V1UkQc2sE=
274-
github.com/newrelic/newrelic-client-go/v2 v2.56.1/go.mod h1:+RRjI3nDGWT3kLm9Oi3QxpBm70uu8q1upEHBVWCZFpo=
273+
github.com/newrelic/newrelic-client-go/v2 v2.57.0 h1:80DIUhk8IvxITO/ocgZvSa8cbNraOoJiCbU5aKOnUT8=
274+
github.com/newrelic/newrelic-client-go/v2 v2.57.0/go.mod h1:+RRjI3nDGWT3kLm9Oi3QxpBm70uu8q1upEHBVWCZFpo=
275275
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
276276
github.com/oklog/run v1.0.0 h1:Ru7dDtJNOyC66gQ5dQmaCa0qIsAUFY3sFpK1Xk8igrw=
277277
github.com/oklog/run v1.0.0/go.mod h1:dlhp/R75TPv97u0XWUtDeV/lRKWPKSdTuV0TZvrmrQA=

website/docs/r/synthetics_broken_links_monitor.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ The following attributes are exported:
9797

9898
* `id` - The ID (GUID) of the synthetics broken links monitor.
9999
* `period_in_minutes` - The interval in minutes at which Synthetic monitor should run.
100-
* `monitor_id` - The monitor id of the synthetics broken links monitor (not to be confused with the GUID of the monitor).
100+
* `monitor_id` - The monitor id of the synthetics broken links monitor, not to be confused with the GUID of the monitor.
101101

102102
## Import
103103

0 commit comments

Comments
 (0)