From 14f586238f87fafc563373a0af85c4c1d1a045d5 Mon Sep 17 00:00:00 2001 From: Lapo Luchini Date: Mon, 10 Jun 2024 22:17:07 +0200 Subject: [PATCH] Small fix in MetricsQL.md (#6452) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### Describe Your Changes value→valid ### Checklist The following checks are **mandatory**: - [x] My change adheres [VictoriaMetrics contributing guidelines](https://docs.victoriametrics.com/contributing/). Signed-off-by: Lapo Luchini --- docs/MetricsQL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/MetricsQL.md b/docs/MetricsQL.md index 158b0725f..d49ccfb6e 100644 --- a/docs/MetricsQL.md +++ b/docs/MetricsQL.md @@ -107,7 +107,7 @@ The list of MetricsQL features on top of PromQL: * Trailing commas on all the lists are allowed - label filters, function args and with expressions. For instance, the following queries are valid: `m{foo="bar",}`, `f(a, b,)`, `WITH (x=y,) x`. This simplifies maintenance of multi-line queries. -* Metric names and label names may contain any unicode letter. For example `температура{город="Київ"}` is a value MetricsQL expression. +* Metric names and label names may contain any unicode letter. For example `температура{город="Київ"}` is a valid MetricsQL expression. * Metric names and labels names may contain escaped chars. For example, `foo\-bar{baz\=aa="b"}` is valid expression. It returns time series with name `foo-bar` containing label `baz=aa` with value `b`. Additionally, the following escape sequences are supported: