Skip to content

Commit

Permalink
Set K6_CLOUD_TRACES_HOST to new hostname
Browse files Browse the repository at this point in the history
This commit updates the default value of `K6_CLOUD_TRACES_HOST` to target the new endpoint in Grafana clusters.
  • Loading branch information
Blinkuu authored and codebien committed Nov 2, 2023
1 parent 1ec6519 commit 70c6284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudapi/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ func NewConfig() Config {
MetricPushConcurrency: null.NewInt(1, false),

TracesEnabled: null.NewBool(true, false),
TracesHost: null.NewString("insights.k6.io:4443", false),
TracesHost: null.NewString("grpc-k6-api-prod-prod-us-east-0.grafana.net:443", false),
TracesPushInterval: types.NewNullDuration(1*time.Second, false),
TracesPushConcurrency: null.NewInt(1, false),

Expand Down

0 comments on commit 70c6284

Please sign in to comment.