From def3632a3ae4827c4f81c4fc7de950f2fba92c7e Mon Sep 17 00:00:00 2001 From: Bruno Abrantes Date: Wed, 11 Dec 2024 15:17:36 +0100 Subject: [PATCH] Clarifies documentation around what the annotations.tags_length setting does (#97790) Signed-off-by: Bruno Abrantes --- docs/sources/setup-grafana/configure-grafana/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/setup-grafana/configure-grafana/_index.md b/docs/sources/setup-grafana/configure-grafana/_index.md index cbd476fef97..238da2179f5 100644 --- a/docs/sources/setup-grafana/configure-grafana/_index.md +++ b/docs/sources/setup-grafana/configure-grafana/_index.md @@ -1769,7 +1769,7 @@ Configures the batch size for the annotation clean-up job. This setting is used ### tags_length -Enforces the maximum allowed length of the tags for any newly introduced annotations. It can be between 500 and 4096 (inclusive). Default value is 500. Setting it to a higher value would impact performance therefore is not recommended. +Enforces the maximum allowed amount of tags for any newly introduced annotations. This value can be between 500 and 4096 (inclusive). The default value is 500. Setting it to a higher value would impact performance and is therefore not recommended. ## [annotations.dashboard]