File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ release.
20
20
- Add experimental ` OTEL_EXPORTER_OTLP_DEFAULT_HISTOGRAM_AGGREGATION ` variable for
21
21
configuring default histogram aggregation of OTLP metric exporter
22
22
([ #2619 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2619 ) ).
23
+ - Clarify async instrument callback identity.
24
+ ([ #2538 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2538 ) ).
23
25
24
26
### Logs
25
27
Original file line number Diff line number Diff line change @@ -366,9 +366,9 @@ Where the API supports registration of `callback` functions after
366
366
asynchronous instrumentation creation, the user MUST be able to undo
367
367
registration of the specific callback after its registration by some means.
368
368
369
- Every currently registered Callback associated with an instrument MUST
369
+ Every currently registered Callback associated with a set of instruments MUST
370
370
be evaluated exactly once during collection prior to reading data for
371
- that instrument.
371
+ that instrument set .
372
372
373
373
Callback functions MUST be documented as follows for the end user:
374
374
You can’t perform that action at this time.
0 commit comments