Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mutianf committed Aug 19, 2022
1 parent c33e6db commit 54db414
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,8 @@ public static void setUpClass() throws IOException {
// Enable built in metrics
BigtableDataSettings.enableBuiltinMetrics();

MetricServiceSettings settings =
MetricServiceSettings.newBuilder()
.setEndpoint("staging-monitoring.sandbox.googleapis.com:443")
.build();
// Create a cloud monitoring client
metricClient = MetricServiceClient.create(settings);
metricClient = MetricServiceClient.create(g);
}

@AfterClass
Expand Down

0 comments on commit 54db414

Please sign in to comment.