File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ release.
13
13
14
14
### Metrics
15
15
16
+ - Clarify async instrument callback identity.
17
+ ([ #2538 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2538 ) ).
18
+
16
19
### Logs
17
20
18
21
### Resource
Original file line number Diff line number Diff line change @@ -355,9 +355,10 @@ Where the API supports registration of `callback` functions after
355
355
asynchronous instrumentation creation, the user MUST be able to undo
356
356
registration of the specific callback after its registration by some means.
357
357
358
- Every currently registered Callback associated with an instrument MUST
359
- be evaluted exactly once during collection prior to reading data for
360
- that instrument.
358
+ Every registered Callback associated with a set of instruments MUST
359
+ be evaluated exactly once during collection prior to reading data for
360
+ that instrument. The evaluation is identified using a combination of the
361
+ callback itself, and the instruments set.
361
362
362
363
Callback functions MUST be documented as follows for the end user:
363
364
You can’t perform that action at this time.
0 commit comments