From ced25359ca47e1884d70707b2f3324b0181f330b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ma=C5=82ek?= Date: Thu, 16 Dec 2021 17:32:55 +0100 Subject: [PATCH] docs(k8sprocessor): add exclude to README --- pkg/processor/k8sprocessor/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/pkg/processor/k8sprocessor/README.md b/pkg/processor/k8sprocessor/README.md index 80c702916f..1c512f442a 100644 --- a/pkg/processor/k8sprocessor/README.md +++ b/pkg/processor/k8sprocessor/README.md @@ -251,6 +251,21 @@ processors: - key: key2 value: value2 op: not-equals + + exclude: + # Configure a list of exclusion rules. For now it's possible to specify + # a list of pod name regexes who's records should not be enriched with metadata. + # + # Default: + # pods: + # - name: jaeger-agent + # - name: jaeger-collector + # - name: otel-collector + # - name: otel-agent + # - name: collection-sumologic-otelcol + pods: + - name: jaeger-agent + - name: my-agent ``` ## RBAC