diff --git a/docs/clients/promtail/stages/metrics.md b/docs/clients/promtail/stages/metrics.md index 380be83390..f48b1f9eeb 100644 --- a/docs/clients/promtail/stages/metrics.md +++ b/docs/clients/promtail/stages/metrics.md @@ -141,16 +141,16 @@ config: type: Counter description: "total number of log lines" prefix: my_promtail_custom_ - match_all: true config: + match_all: true action: inc log_bytes_total: type: Counter description: "total bytes of log lines" prefix: my_promtail_custom_ - match_all: true - count_entry_bytes: true config: + match_all: true + count_entry_bytes: true action: add ```