Skip to content

Commit

Permalink
Update the URL for the Metric Service (#8261)
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 authored and tom-andersen committed Jul 24, 2024
1 parent c759fc5 commit 42bfa94
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 42bfa94

Please sign in to comment.