Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limit view-rename capabilities in the presence of multi-select views #2168

Merged
merged 10 commits into from
Dec 10, 2021
6 changes: 6 additions & 0 deletions specification/metrics/sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,12 @@ are the inputs:
This should be a factory or callback similar to aggregation which allows
different reservoirs to be chosen by the aggregation.

In order to avoid conflicts, views which specify a name SHOULD have an
instrument selector that selects at most one instrument. For the registration
mechanism described above, where selection is provided via configuration, the
SDK MUST NOT allow Views with a specified name to be declared with instrument
selectors that select by instrument type or wildcard.

jmacd marked this conversation as resolved.
Show resolved Hide resolved
The SDK SHOULD use the following logic to determine how to process Measurements
made with an Instrument:

Expand Down