Skip to content

Commit

Permalink
docs(k8sprocessor): add exclude to README
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek committed Dec 16, 2021
1 parent a27f74f commit ced2535
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pkg/processor/k8sprocessor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ced2535

Please sign in to comment.