From b0646e7156d1aae0f0428631f1bbc3a0e6597330 Mon Sep 17 00:00:00 2001 From: Alexandre Vallarino <31126301+Aletor93@users.noreply.github.com> Date: Sun, 29 Aug 2021 19:11:18 +0200 Subject: [PATCH] fix: typo on loki-external-labels for labels (#4231) --- docs/sources/clients/docker-driver/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/clients/docker-driver/configuration.md b/docs/sources/clients/docker-driver/configuration.md index bebfecaba1ff0..00a0a4049a1f4 100644 --- a/docs/sources/clients/docker-driver/configuration.md +++ b/docs/sources/clients/docker-driver/configuration.md @@ -115,7 +115,7 @@ Custom labels can be added using the `loki-external-labels`, `loki-pipeline-stag `loki-pipeline-stage-file`, `labels`, `env`, and `env-regex` options. See the next section for all supported options. -`loki-external-labels` have the default value of `container_name={{.Name}}`. If you have custom value for `loki-external-labels` then that will replace the default value, meaning you won't have `container_name` label unless you explcity add it (e.g: `loki-external-lables: "job=docker,container_name={{.Name}}"`. +`loki-external-labels` have the default value of `container_name={{.Name}}`. If you have custom value for `loki-external-labels` then that will replace the default value, meaning you won't have `container_name` label unless you explcity add it (e.g: `loki-external-labels: "job=docker,container_name={{.Name}}"`. ## Pipeline stages