We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee21373 commit 0b9b3bcCopy full SHA for 0b9b3bc
content/en/docs/concepts/signals/metrics.md
@@ -68,7 +68,7 @@ The instrument kind is one of the following:
68
continuous changes, but only to the aggregated value (e.g., current queue
69
size).
70
- **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.
+ be the fuel gauge in a vehicle. Gauges are synchronous.
72
- **Asynchronous Gauge**: Same as the **Gauge**, but is collected once for each
73
export. Could be used if you don't have access to the continuous changes, but
74
only to the aggregated value.
0 commit comments