Skip to content
Merged
Prev Previous commit
Next Next commit
Make it clear exemplars are still feature freeze.
  • Loading branch information
jsuereth committed Jan 17, 2024
commit e35bba3dcebe7e656f11fe70fb5f6c05fad4b9b7
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