Skip to content

Commit

Permalink
Update metrics.md - fix typo on Gauge (a-synchronous)
Browse files Browse the repository at this point in the history
Description of Gauge was misleading due to a typo between asynchronous and synchronous.
  • Loading branch information
c2main authored Dec 12, 2024
1 parent 81c8e86 commit a9822df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/concepts/signals/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ The instrument kind is one of the following:
continuous changes, but only to the aggregated value (e.g., current queue
size).
- **Gauge**: Measures a current value at the time it is read. An example would
be the fuel gauge in a vehicle. Gauges are asynchronous.
be the fuel gauge in a vehicle. Gauges are synchronous.
- **Asynchronous Gauge**: Same as the **Gauge**, but is collected once for each
export. Could be used if you don't have access to the continuous changes, but
only to the aggregated value.
Expand Down

0 comments on commit a9822df

Please sign in to comment.