From 8bd8f14175a35cac0cd4da24b0882158fe107352 Mon Sep 17 00:00:00 2001 From: UniqueTokens <42689752+UniqueTokens@users.noreply.github.com> Date: Mon, 28 Sep 2020 16:24:21 +0200 Subject: [PATCH] Update metrics.md Fix wrong parameter name (#2688) --- docs/sources/clients/promtail/stages/metrics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/clients/promtail/stages/metrics.md b/docs/sources/clients/promtail/stages/metrics.md index e4b5874daf51..b5be16a612f5 100644 --- a/docs/sources/clients/promtail/stages/metrics.md +++ b/docs/sources/clients/promtail/stages/metrics.md @@ -223,7 +223,7 @@ line with the text `order successful` was scraped by Promtail. description: "failed orders" source: order_status config: - fail: fail + value: fail action: inc ```