Skip to content

Commit

Permalink
remove unused setting
Browse files Browse the repository at this point in the history
  • Loading branch information
mutianf committed Jul 20, 2022
1 parent 17e11b1 commit 80ea5b1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ static MetricServiceClient createMetricServiceClient(

org.threeten.bp.Duration stackdriverDuration =
org.threeten.bp.Duration.ofMillis(deadline.toMillis());
settingsBuilder.createMetricDescriptorSettings().setSimpleTimeoutNoRetries(stackdriverDuration);
settingsBuilder.createTimeSeriesSettings().setSimpleTimeoutNoRetries(stackdriverDuration);
return MetricServiceClient.create(settingsBuilder.build());
}
Expand Down

0 comments on commit 80ea5b1

Please sign in to comment.