Skip to content

Commit

Permalink
fixing doc-validator error
Browse files Browse the repository at this point in the history
  • Loading branch information
JStickler committed Dec 12, 2024
1 parent 21b8b22 commit 6f40023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sources/get-started/labels/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/<LOKI_VERSION>/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.

Expand Down

0 comments on commit 6f40023

Please sign in to comment.