From 6f400236553ca8992ee1518c48d779ad7b98da9c Mon Sep 17 00:00:00 2001 From: Julie Stickler Date: Thu, 12 Dec 2024 14:18:10 -0500 Subject: [PATCH] fixing doc-validator error --- docs/sources/get-started/labels/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/get-started/labels/_index.md b/docs/sources/get-started/labels/_index.md index f1a0d4c7d9818..4a07feae12b31 100644 --- a/docs/sources/get-started/labels/_index.md +++ b/docs/sources/get-started/labels/_index.md @@ -111,7 +111,7 @@ Settling on the right labels for your business needs may require multiple rounds ## Create low cardinality labels -[Cardinality](link) refers to the combination of unique labels and values which impacts the number of log streams you create. High cardinality causes Loki to build a huge index and to flush thousands of tiny chunks to the object store. Loki performs very poorly when your labels have high cardinality. If not accounted for, high cardinality will significantly reduce the performance and cost-effectiveness of Loki. +[Cardinality](https://grafana.com/docs/loki//get-started/labels/cardinality/) refers to the combination of unique labels and values which impacts the number of log streams you create. High cardinality causes Loki to build a huge index and to flush thousands of tiny chunks to the object store. Loki performs very poorly when your labels have high cardinality. If not accounted for, high cardinality will significantly reduce the performance and cost-effectiveness of Loki. High cardinality can result from using labels with an unbounded or large set of possible values, such as timestamp or ip_address **or** applying too many labels, even if they have a small and finite set of values.