Skip to content

Commit

Permalink
fix(infra): Discard the infra test api call to prevent timeout issues (
Browse files Browse the repository at this point in the history
…#1145)

fix(infra): Discard the infra test api call to prevent timeout issues (#1145)
  • Loading branch information
Nandu-pns authored May 27, 2024
1 parent ec9797a commit 925b508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion newrelic/newrelic.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ func (nr *NewRelic) SetLogLevel(levelName string) {
// TestEndpoints makes a few calls to determine if the NewRelic enpoints are reachable.
func (nr *NewRelic) TestEndpoints() error {
endpoints := []string{
nr.config.Region().InfrastructureURL(),
// nr.config.Region().InfrastructureURL(),
nr.config.Region().LogsURL(),
nr.config.Region().NerdGraphURL(),
nr.config.Region().RestURL(),
Expand Down

0 comments on commit 925b508

Please sign in to comment.