Skip to content

Commit 5c75bec

Browse files
authored
Update the URL for the Metric Service (#8261)
The custom domain "firebase-sdk-health-metrics.com" currently associated with the Metric Service will be deprecated eventually, due to the acquisition of Google Domains by Squarespace. Switching to the original URL created by Google Cloud Run (which hosts the Metric Service) to avoid service disruption. See b/303931111 for more details.
1 parent ed1c993 commit 5c75bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/size_report/size_report_helper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export enum RequestEndpoint {
2727
}
2828
export const runId = process.env.GITHUB_RUN_ID || 'local-run-id';
2929

30-
const METRICS_SERVICE_URL = 'https://api.firebase-sdk-health-metrics.com';
30+
const METRICS_SERVICE_URL = 'https://metric-service-tv5rmd4a6q-uc.a.run.app';
3131

3232
function constructRequestPath(requestEndpoint: string): string {
3333
const repo = process.env.GITHUB_REPOSITORY;

0 commit comments

Comments
 (0)