File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff 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-
510504The 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 ) .
You can’t perform that action at this time.
0 commit comments