Skip to content

Commit

Permalink
deploy client: change default OpenTelemetry collector endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
kimtore committed Sep 13, 2024
1 parent 03b1f46 commit 3dcea11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/deployclient/deployer.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const (
DefaultRef = "master"
DefaultOwner = "navikt"
DefaultDeployServer = "deploy.nav.cloud.nais.io:443"
DefaultOtelCollectorEndpoint = "https://collector-internet.prod-gcp.nav.cloud.nais.io"
DefaultOtelCollectorEndpoint = "https://collector-internet.external.prod-gcp.nav.cloud.nais.io"
DefaultTracingDashboardURL = "https://grafana.nav.cloud.nais.io/d/cdxgyzr3rikn4a/deploy-tracing-drilldown?var-trace_id="
DefaultDeployTimeout = time.Minute * 10

Expand Down

0 comments on commit 3dcea11

Please sign in to comment.