From c023dec14b183c003376948ca676d84128685b31 Mon Sep 17 00:00:00 2001 From: Julius Volz Date: Wed, 4 Mar 2026 14:22:14 +0100 Subject: [PATCH] Docs: Fix Markdown formatting for __name__ label mention Signed-off-by: Julius Volz --- docs/feature_flags.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/feature_flags.md b/docs/feature_flags.md index 247941c5ce..45d14b72db 100644 --- a/docs/feature_flags.md +++ b/docs/feature_flags.md @@ -272,7 +272,7 @@ Those labels are sourced from the metadata structures of the existing scrape and like OpenMetrics Text, Prometheus Text, Prometheus Proto, Remote Write 2 and OTLP. All the user provided labels with `__type__` and `__unit__` will be overridden. -PromQL layer will handle those labels the same way __name__ is handled, e.g. dropped +PromQL layer will handle those labels the same way `__name__` is handled, e.g. dropped on certain operations like `-` or `+` and affected by `promql-delayed-name-removal` feature. This feature enables important metadata information to be accessible directly with samples and PromQL layer.