Skip to content

Commit

Permalink
Changed collector from staging
Browse files Browse the repository at this point in the history
  • Loading branch information
mirackara committed Mar 22, 2024
1 parent 1fe607a commit 63690ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v3/newrelic/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -1069,7 +1069,7 @@ func (c config) createConnectJSON(securityPolicies *internal.SecurityPolicies) (
}

var (
preconnectHostDefault = "staging-collector.newrelic.com"
preconnectHostDefault = "collector.newrelic.com"
preconnectRegionLicenseRegex = regexp.MustCompile(`(^.+?)x`)
)

Expand Down

0 comments on commit 63690ec

Please sign in to comment.