Skip to content

Commit e942dc2

Browse files
fandreuzjack-berg
andauthored
review comment
Co-authored-by: jack-berg <[email protected]>
1 parent ab8bd4d commit e942dc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/metrics/src/main/java/io/opentelemetry/sdk/metrics/internal/state/AsynchronousMetricStorage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ public MetricData collect(
254254
lastPoints.forEach((attributes, value) -> reusablePointsPool.returnObject(value));
255255
lastPoints.clear();
256256
}
257-
} else {
257+
} else { /* CUMULATIVE */
258258
result = currentPoints.values();
259259
}
260260
this.lastPoints = currentPoints;

0 commit comments

Comments
 (0)