Skip to content

Commit

Permalink
Remove unecessary part of specification.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsuereth committed Jan 16, 2024
1 parent c94db36 commit 8d476fa
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions specification/metrics/sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ The SDK MUST accept the following stream configuration parameters:
user does not provide an `aggregation` value, the `MeterProvider` MUST apply
a [default aggregation](#default-aggregation) configurable on the basis of
instrument type according to the [MetricReader](#metricreader) instance.
* **Status**: [Feature-freeze](../document-status.md) - `exemplar_reservoir`: A
* **Status**: [Experimental, Feature-freeze](../document-status.md) - `exemplar_reservoir`: A
functional type that generates an exemplar reservoir a `MeterProvider` will
use when storing exemplars. This functional type needs to be a factory or
callback similar to aggregation selection functionality which allows
Expand Down Expand Up @@ -501,12 +501,6 @@ meterProviderBuilder
);
```

> **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
[Metrics Data Model](./data-model.md).
Expand Down

0 comments on commit 8d476fa

Please sign in to comment.