Skip to content

Commit 28d8fed

Browse files
authored
Minor - add link to collect (open-telemetry#2301)
1 parent 93d8388 commit 28d8fed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

specification/metrics/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ asynchronous:
254254

255255
* Asynchronous instruments (e.g. [Asynchronous Gauge](#asynchronous-gauge)) give
256256
the user a way to register callback function, and the callback function will
257-
only be invoked upon collection. For example, a piece of embedded software
257+
be invoked only on demand (see SDK [collection](sdk.md#collect) for reference). For example, a piece of embedded software
258258
could use an asynchronous gauge to collect the temperature from a sensor every
259259
15 seconds, which means the callback function will only be invoked every 15
260260
seconds. [Measurements](#measurement) recorded by asynchronous instruments

0 commit comments

Comments
 (0)