Skip to content

Commit 0b9b3bc

Browse files
authored
Update metrics.md - fix typo on Gauge (a-synchronous) (#5776)
1 parent ee21373 commit 0b9b3bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/signals/metrics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The instrument kind is one of the following:
6868
continuous changes, but only to the aggregated value (e.g., current queue
6969
size).
7070
- **Gauge**: Measures a current value at the time it is read. An example would
71-
be the fuel gauge in a vehicle. Gauges are asynchronous.
71+
be the fuel gauge in a vehicle. Gauges are synchronous.
7272
- **Asynchronous Gauge**: Same as the **Gauge**, but is collected once for each
7373
export. Could be used if you don't have access to the continuous changes, but
7474
only to the aggregated value.

0 commit comments

Comments
 (0)