Skip to content

Commit

Permalink
Simplify language for async API use outside of callback (#3537)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias authored Jun 6, 2023
1 parent 3972c6a commit 976432b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions specification/metrics/sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -581,9 +581,8 @@ performing collection, such that observations made or produced by
executing callbacks only apply to the intended `MetricReader` during
collection.

The implementation SHOULD disregard the accidental use of APIs
appurtenant to asynchronous instruments outside of registered
callbacks in the context of a single `MetricReader` collection.
The implementation SHOULD disregard the use of asynchronous instrument
APIs outside of registered callbacks.

The implementation SHOULD use a timeout to prevent indefinite callback
execution.
Expand Down

0 comments on commit 976432b

Please sign in to comment.