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: sdk-extensions/incubator/src/test/java/io/opentelemetry/sdk/extension/incubator/metric/viewconfig/ViewConfigTest.java
Copy file name to clipboardExpand all lines: sdk/metrics/src/jmh/java/io/opentelemetry/sdk/metrics/internal/aggregator/ExponentialHistogramIndexerBenchmark.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ public static class ThreadState {
Copy file name to clipboardExpand all lines: sdk/metrics/src/main/java/io/opentelemetry/sdk/metrics/internal/aggregator/Base2ExponentialHistogramIndexer.java
Copy file name to clipboardExpand all lines: sdk/metrics/src/main/java/io/opentelemetry/sdk/metrics/internal/aggregator/DoubleBase2ExponentialHistogramAggregator.java
+10-10
Original file line number
Diff line number
Diff line change
@@ -28,12 +28,12 @@
28
28
importjavax.annotation.Nullable;
29
29
30
30
/**
31
-
* Aggregator that generates exponential histograms.
31
+
* Aggregator that generates base2 exponential histograms.
32
32
*
33
33
* <p>This class is internal and is hence not for public use. Its APIs are unstable and can change
Copy file name to clipboardExpand all lines: sdk/metrics/src/main/java/io/opentelemetry/sdk/metrics/internal/aggregator/DoubleBase2ExponentialHistogramBuckets.java
+16-16
Original file line number
Diff line number
Diff line change
@@ -12,37 +12,37 @@
12
12
importjavax.annotation.Nullable;
13
13
14
14
/**
15
-
* This class handles the operations for recording, scaling, and exposing data related to the
15
+
* This class handles the operations for recording, scaling, and exposing data related to the base2
16
16
* exponential histogram.
17
17
*
18
18
* <p>This class is internal and is hence not for public use. Its APIs are unstable and can change
Copy file name to clipboardExpand all lines: sdk/metrics/src/main/java/io/opentelemetry/sdk/metrics/internal/view/Base2ExponentialHistogramAggregation.java
0 commit comments