From cae1635c8f7be9d64ef211af1b1c619c832c8619 Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 12:26:19 -0400 Subject: [PATCH] [v11.1.x] Docs: Fix typo in text (#90090) Co-authored-by: ANURAG RANJAN <61619621+1md3nd@users.noreply.github.com> Fix typo in text (#89325) --- .../query-transform-data/expression-queries/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/panels-visualizations/query-transform-data/expression-queries/index.md b/docs/sources/panels-visualizations/query-transform-data/expression-queries/index.md index 80765e803bd..f4618e298a8 100644 --- a/docs/sources/panels-visualizations/query-transform-data/expression-queries/index.md +++ b/docs/sources/panels-visualizations/query-transform-data/expression-queries/index.md @@ -124,7 +124,7 @@ So if you have numbers with labels like `{host=web01}` in `$A` and another numbe - An item with no labels will join to anything. - If both `$A` and `$B` each contain only one item (one series, or one number), they will join. -- If labels are exact math they will join. +- If labels are exact match they will join. - If labels are a subset of the other, for example and item in `$A` is labeled `{host=A,dc=MIA}` and item in `$B` is labeled `{host=A}` they will join. - Currently, if within a variable such as `$A` there are different tag _keys_ for each item, the join behavior is undefined.