Skip to content

Commit

Permalink
Make it clear exemplars are still feature freeze.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsuereth committed Jan 16, 2024
1 parent 7ce4e59 commit c94db36
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions specification/metrics/sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -501,10 +501,11 @@ meterProviderBuilder
);
```

In addition to `Aggregation`, the SDK MUST allow the optional configuring of
the [`ExemplarReservoir`](#exemplarreservoir) type when defining a view.
If no `ExemplarReservoir` is specified, then a default is chosen using
[Exemplar Default](#exemplar-defaults).
> **Status**: [Feature-freeze](../document-status.md) -
> In addition to `Aggregation`, the SDK MUST allow the optional configuring of
> the [`ExemplarReservoir`](#exemplarreservoir) type when defining a view.
> If no `ExemplarReservoir` is specified, then a default is chosen using
> [Exemplar Default](#exemplar-defaults).
The SDK MUST provide the following `Aggregation` to support the
[Metric Points](./data-model.md#metric-points) in the
Expand Down

0 comments on commit c94db36

Please sign in to comment.