File tree Expand file tree Collapse file tree
processors/add_kubernetes_metadata/docs Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -241,6 +241,7 @@ endif::[]
241241 either take `node` or `cluster` as values. `node` scope allows discovery of resources in
242242 the specified node. `cluster` scope allows cluster wide discovery. Only `pod` and `node` resources
243243 can be discovered at node scope.
244+ `workers`:: (Optional) The number of parallel instances that should process Kubernetes watch events. The default is 1.
244245`add_resource_metadata`:: (Optional) Specify labels and annotations filters for the extra metadata coming from Node and Namespace.
245246 `add_resource_metadata` can be done for `node` or `namespace`. By default all labels will be included
246247 while annotations are not added by default. This settings are useful when labels' and annotations'
Original file line number Diff line number Diff line change @@ -141,5 +141,6 @@ client. It defaults to `KUBECONFIG` environment variable if present.
141141`cleanup_timeout`:: (Optional) Specify the time of inactivity before stopping the
142142running configuration for a container. This is `60s` by default.
143143`sync_period`:: (Optional) Specify the timeout for listing historical resources.
144+ `workers`:: (Optional) The number of parallel instances that should process Kubernetes watch events. The default is 1.
144145`default_indexers.enabled`:: (Optional) Enable or disable default pod indexers when you want to specify your own.
145146`default_matchers.enabled`:: (Optional) Enable or disable default pod matchers when you want to specify your own.
You can’t perform that action at this time.
0 commit comments