Skip to content

Commit

Permalink
Update meter.h (#1907)
Browse files Browse the repository at this point in the history
Fix typo: replace Counter with Gauge (most likely a copy-paste error)
  • Loading branch information
sanjaypujare authored Jan 9, 2023
1 parent 201b347 commit 8a9d085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/include/opentelemetry/metrics/meter.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class Meter

/**
* Creates a Asynchronouse (Observable) Gauge with the passed characteristics and returns a
* shared_ptr to that Observable Counter
* shared_ptr to that Observable Gauge
*
* @param name the name of the new Observable Gauge.
* @param description a brief description of what the Observable Gauge is used for.
Expand Down

0 comments on commit 8a9d085

Please sign in to comment.