Skip to content

Commit 8a9d085

Browse files
authored
Update meter.h (#1907)
Fix typo: replace Counter with Gauge (most likely a copy-paste error)
1 parent 201b347 commit 8a9d085

File tree

1 file changed

+1
-1
lines changed
  • api/include/opentelemetry/metrics

1 file changed

+1
-1
lines changed

api/include/opentelemetry/metrics/meter.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class Meter
8484

8585
/**
8686
* Creates a Asynchronouse (Observable) Gauge with the passed characteristics and returns a
87-
* shared_ptr to that Observable Counter
87+
* shared_ptr to that Observable Gauge
8888
*
8989
* @param name the name of the new Observable Gauge.
9090
* @param description a brief description of what the Observable Gauge is used for.

0 commit comments

Comments
 (0)