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
Copy file name to clipboardExpand all lines: awsagentprovider/src/main/java/software/amazon/opentelemetry/javaagent/providers/ScopeBasedPeriodicMetricReader.java
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,8 @@
42
42
* fact that {@link io.opentelemetry.sdk.metrics.export.PeriodicMetricReader} is a final class and
43
43
* cannot be directly extended, this class duplicates and modifies the relevant code to support
44
44
* scope-based metric reading.
45
+
*
46
+
* Source code based on opentelemetry-java v1.34.1.
0 commit comments