Skip to content

Commit d068ba5

Browse files
authored
Update endpoint of the Metrics Service (#9181)
Update endpoint of the Metrics Service
1 parent 462f70d commit d068ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/health_metrics/generate_code_coverage_report/Sources/Utils/MetricsServiceRequest.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public func sendMetricsServiceRequest(repo: String, commits: String, jsonContent
2626
var request: URLRequest
2727
var semaphore = DispatchSemaphore(value: 0)
2828
let endpoint =
29-
"https://sdk-metrics-service-tv5rmd4a6q-uc.a.run.app/repos/\(repo)/commits/\(commits)/reports?"
29+
"https://api.firebase-sdk-health-metrics.com/repos/\(repo)/commits/\(commits)/reports?"
3030
var pathPara: [String] = []
3131
if is_presubmit {
3232
guard let pr = pullRequest else {

0 commit comments

Comments
 (0)