We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93d8388 commit 28d8fedCopy full SHA for 28d8fed
1 file changed
specification/metrics/api.md
@@ -254,7 +254,7 @@ asynchronous:
254
255
* Asynchronous instruments (e.g. [Asynchronous Gauge](#asynchronous-gauge)) give
256
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
+ be invoked only on demand (see SDK [collection](sdk.md#collect) for reference). For example, a piece of embedded software
258
could use an asynchronous gauge to collect the temperature from a sensor every
259
15 seconds, which means the callback function will only be invoked every 15
260
seconds. [Measurements](#measurement) recorded by asynchronous instruments
0 commit comments