You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 23, 2023. It is now read-only.
Using the default configuration of StackdriverStatsConfiguration, a
MetricServiceClient is initialized by the StackdriverStatsExporter.
This client was never closed, this will be done now when the
.unregister() method is called on the exporter.
If a custom MetricServiceStub is given by the user, it will *not* be
closed as the user should be in charge of it.
Copy file name to clipboardExpand all lines: exporters/stats/stackdriver/src/main/java/io/opencensus/exporter/stats/stackdriver/StackdriverStatsExporter.java
+15-4Lines changed: 15 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,10 @@ public final class StackdriverStatsExporter {
0 commit comments