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
11 changes: 11 additions & 0 deletions specification/metrics/sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,15 @@ are the inputs:
This should be a factory or callback similar to aggregation which allows
different reservoirs to be chosen by the aggregation.

The SDK MUST not allow the following configurations to be used together:
jmacd marked this conversation as resolved.
Show resolved Hide resolved

- An instrument selection criteria lacking instrument type and instrument name
criteria combined with a specified `name` for the View. This leads to
gauranteed view conflicts between instruments.
- An instrument selection criteria with wildcard name support and no specified
instrument type and a specified `name` for the View. This leads to gauranteed
jmacd marked this conversation as resolved.
Show resolved Hide resolved
view conflicts between instruments.
jmacd marked this conversation as resolved.
Show resolved Hide resolved

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 All @@ -196,6 +205,8 @@ made with an Instrument:
default behavior off.
* END.


jsuereth marked this conversation as resolved.
Show resolved Hide resolved

Here are some examples:

```python
Expand Down