Skip to content

Commit 3cc40b5

Browse files
Update AsyncGaugeUsage.java (#782)
1 parent 135df67 commit 3cc40b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc-snippets/api/src/main/java/otel/AsyncGaugeUsage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public class AsyncGaugeUsage {
1616
public static void asyncGaugeUsage(Meter meter) {
1717
AtomicReference<Double> processingLineTemp = new AtomicReference<>(273.0);
1818

19-
// Construct an async counter to observe an existing counter in a callback
19+
// Construct an async gauge to observe an existing gauge in a callback
2020
ObservableDoubleGauge asyncGauge =
2121
meter
2222
.gaugeBuilder("fully.qualified.gauge")

0 commit comments

Comments
 (0)