Skip to content

Commit

Permalink
Update the URL for the Metric Service
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
yifanyang committed May 22, 2024
1 parent 3883133 commit 1d26ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/size_report/size_report_helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export enum RequestEndpoint {
}
export const runId = process.env.GITHUB_RUN_ID || 'local-run-id';

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

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

0 comments on commit 1d26ef3

Please sign in to comment.