Skip to content

Commit 8d476fa

Browse files
committed
Remove unecessary part of specification.
1 parent c94db36 commit 8d476fa

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

specification/metrics/sdk.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ The SDK MUST accept the following stream configuration parameters:
345345
user does not provide an `aggregation` value, the `MeterProvider` MUST apply
346346
a [default aggregation](#default-aggregation) configurable on the basis of
347347
instrument type according to the [MetricReader](#metricreader) instance.
348-
* **Status**: [Feature-freeze](../document-status.md) - `exemplar_reservoir`: A
348+
* **Status**: [Experimental, Feature-freeze](../document-status.md) - `exemplar_reservoir`: A
349349
functional type that generates an exemplar reservoir a `MeterProvider` will
350350
use when storing exemplars. This functional type needs to be a factory or
351351
callback similar to aggregation selection functionality which allows
@@ -501,12 +501,6 @@ meterProviderBuilder
501501
);
502502
```
503503

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

0 commit comments

Comments
 (0)