Skip to content

Commit

Permalink
clarify registration uniqueness
Browse files Browse the repository at this point in the history
  • Loading branch information
dashpole committed Aug 17, 2022
1 parent 170351b commit 5578fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/metrics/sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@ to (T<sub>n+1</sub>, T<sub>n+2</sub>] - **ONLY** for this particular

The SDK MUST NOT allow a `MetricReader` instance to be registered on more than
one `MeterProvider` instance. The SDK MUST NOT allow a `MetricReader`
configured with a `MetricProducer` to be registered with a `MeterProvider`.
configured with a non-SDK `MetricProducer` to be registered with `MeterProvider`.

```text
+-----------------+ +--------------+
Expand Down

0 comments on commit 5578fd5

Please sign in to comment.