Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit d18c596

Browse files
committed
Drop need to get metrics by passing second project
id into the metric service client
1 parent 7d2ca26 commit d18c596

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system-test/client-side-metrics.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ function checkSingleRowCall(
209209
* Cloud Monitoring.
210210
*/
211211
async function checkForPublishedMetrics(projectId: string) {
212-
const monitoringClient = new MetricServiceClient({projectId}); // Correct instantiation
212+
const monitoringClient = new MetricServiceClient(); // Correct instantiation
213213
const now = Math.floor(Date.now() / 1000);
214214
const filters = [
215215
'metric.type="bigtable.googleapis.com/client/attempt_latencies"',

0 commit comments

Comments
 (0)