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.
Copy file name to clipboardExpand all lines: exporters/stats/stackdriver/src/main/java/io/opencensus/exporter/stats/stackdriver/StackdriverStatsExporter.java
+10-3Lines changed: 10 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,7 @@
47
47
importjava.util.Map;
48
48
importjavax.annotation.Nullable;
49
49
importjavax.annotation.concurrent.GuardedBy;
50
+
importjavax.annotation.concurrent.ThreadSafe;
50
51
51
52
/**
52
53
* Exporter to Stackdriver Monitoring Client API v3.
Copy file name to clipboardExpand all lines: exporters/stats/stackdriver/src/test/java/io/opencensus/exporter/stats/stackdriver/StackdriverStatsExporterTest.java
+14-1Lines changed: 14 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,20 @@ public void createExporterTwice() throws IOException {
115
115
thrown.expectMessage("Stackdriver stats exporter is already created.");
0 commit comments