Skip to content

Commit bc8f540

Browse files
committed
[chore] update references to batch processor
This updates some of the documentation to remove the reference to the batch processor. Signed-off-by: alex boten <[email protected]>
1 parent 0a7598e commit bc8f540

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

cmd/builder/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ receivers:
3636
grpc:
3737
endpoint: localhost:4317
3838

39-
processors:
40-
batch:
41-
4239
exporters:
4340
debug:
4441

@@ -47,8 +44,6 @@ service:
4744
traces:
4845
receivers:
4946
- otlp
50-
processors:
51-
- batch
5247
exporters:
5348
- debug
5449
EOF

confmap/provider/yamlprovider/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ The YAML Provider takes a literal YAML string as Collector configuration.
2222
The scheme for this provider is `yaml`. Usage looks like the following passed to the Collector's command line invocation:
2323

2424
```text
25-
--config=yaml:processors::batch::timeout: 2s
25+
--config="yaml:exporters::otlphttp::sending_queue::batch::flush_timeout: 2s"
2626
```

0 commit comments

Comments
 (0)