Skip to content

Commit

Permalink
doc(k8s_tagger): Add the limit field to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rnishtala-sumo committed Oct 22, 2024
1 parent e2e7fec commit 4c71ced
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/processor/k8sprocessor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ it with the in-memory data. If a match is found, the cached metadata is added to
```yaml
processors:
k8s_tagger:
# Limit page size when fetching pods from the k8s API
# default: 200
limit: 300

# 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: []
Expand Down

0 comments on commit 4c71ced

Please sign in to comment.