Skip to content

Commit

Permalink
Use new metrics ingestion endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Lantero committed Jan 8, 2025
1 parent b888b0a commit 5435cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion output/cloud/expv2/metrics_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func newMetricsClient(c *cloudapi.Client, testRunID string) (*metricsClient, err
}
return &metricsClient{
httpClient: c,
url: strings.TrimSuffix(u, "/v1") + "/v2/metrics/" + testRunID,
url: strings.TrimSuffix(u, "/v1") + "/metrics/api/v1/test_runs/" + testRunID,
}, nil
}

Expand Down

0 comments on commit 5435cdb

Please sign in to comment.