From fc8289b8879f3a37e1eba5b4e445c94e74b20359 Mon Sep 17 00:00:00 2001 From: David Ashpole Date: Mon, 24 Jul 2023 16:46:04 -0400 Subject: [PATCH] Mark the default aggregation cardinality Experimental in MetricReader (#3619) --- specification/metrics/sdk.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/metrics/sdk.md b/specification/metrics/sdk.md index 2e66ff1d4a1..9f951c48935 100644 --- a/specification/metrics/sdk.md +++ b/specification/metrics/sdk.md @@ -1041,7 +1041,7 @@ SHOULD provide at least the following: * The `exporter` to use, which is a `MetricExporter` instance. * The default output `aggregation` (optional), a function of instrument kind. If not configured, the [default aggregation](#default-aggregation) SHOULD be used. * The default output `temporality` (optional), a function of instrument kind. If not configured, the Cumulative temporality SHOULD be used. -* The default aggregation cardinality limit to use, a function of instrument kind. If not configured, a default value of 2000 SHOULD be used. +* **Status**: [Experimental](../document-status.md) - The default aggregation cardinality limit to use, a function of instrument kind. If not configured, a default value of 2000 SHOULD be used. The [MetricReader.Collect](#collect) method allows general-purpose `MetricExporter` instances to explicitly initiate collection, commonly