From 378ff1cb49c13568caa139395d2c1ec328e96187 Mon Sep 17 00:00:00 2001 From: May Lee Date: Wed, 2 Sep 2026 17:42:38 -0400 Subject: [PATCH] Remove preview callout from tag cardinality control doc --- .../processors/tag_cardinality_control.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/hugo/content/en/observability_pipelines/processors/tag_cardinality_control.md b/hugo/content/en/observability_pipelines/processors/tag_cardinality_control.md index 455c6089b85..e431468f8b4 100644 --- a/hugo/content/en/observability_pipelines/processors/tag_cardinality_control.md +++ b/hugo/content/en/observability_pipelines/processors/tag_cardinality_control.md @@ -12,11 +12,6 @@ products: {{< product-availability >}} -{{< callout url="#" - btn_hidden="true" header="Join the Preview!">}} -The Tag Cardinality Control processor is in Preview. Contact your account manager to request access. -{{< /callout >}} - ## Overview The Tag Cardinality Control processor limits the number of tag values for each metric. For example, a metric with unbounded tag keys, such as `userID`, can cause the metric's cardinality to spike and impact ingestion and indexing costs. To prevent these unexpected spikes, use the processor to set a cardinality limit for metrics that match the filter query, and either drop metrics received after the limit is reached or drop the tags for those metrics.