You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been surfaced during the New Relic Incident https://status.newrelic.com/incidents/9rlvqrkzt4br and seems to be resolved.
I'd still like to take suggestions on whether the above issue should be addressed or not.
Description
Looks like /alerts_channels endpoint is supposed to be deprecated already as per https://api.newrelic.com/docs/#/Deprecation%20Notice%20-%20Alerts%20Channels but it seems to be used in this repository
newrelic-client-go/pkg/alerts/channels.go
Line 85 in a221c9e
nextURL := a.config.Region().RestURL("/alerts_channels.json")
Go Version
Provide the output of
go version
here pleaseCurrent behavior
Error: GET https://api.newrelic.com/v2/alerts_channels.json giving up after 4 attempt(s)
Expected behavior
No errors
Steps To Reproduce
Steps to reproduce the behavior:
1.
The text was updated successfully, but these errors were encountered: