Skip to content

Commit 5c8269c

Browse files
authored
removed references to batch processor (#4751)
1 parent e75b0ab commit 5c8269c

File tree

5 files changed

+3
-16
lines changed

5 files changed

+3
-16
lines changed

docs/examples/logs/README.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,13 @@ Start the Collector locally to see data being exported. Write the following file
2323
debug:
2424
verbosity: detailed
2525
26-
processors:
27-
batch:
28-
2926
service:
3027
pipelines:
3128
logs:
3229
receivers: [otlp]
33-
processors: [batch]
3430
exporters: [debug]
3531
traces:
3632
receivers: [otlp]
37-
processors: [batch]
3833
exporters: [debug]
3934
4035
Then start the Docker container:

docs/examples/logs/otel-collector-config.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,12 @@ exporters:
88
debug:
99
verbosity: detailed
1010

11-
processors:
12-
batch:
1311

1412
service:
1513
pipelines:
1614
logs:
1715
receivers: [otlp]
18-
processors: [batch]
1916
exporters: [debug]
2017
traces:
2118
receivers: [otlp]
22-
processors: [batch]
2319
exporters: [debug]

docs/examples/metrics/instruments/README.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ Start the Collector locally to see data being exported. Write the following file
1717
exporters:
1818
debug:
1919
20-
processors:
21-
batch:
2220
2321
service:
2422
pipelines:

docs/examples/metrics/instruments/otel-collector-config.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ receivers:
77
exporters:
88
debug:
99

10-
processors:
11-
batch:
12-
1310
service:
1411
pipelines:
1512
metrics:

docs/examples/opencensus-exporter-tracer/docker/collector-config.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@ receivers:
55
exporters:
66
jaeger_grpc:
77
endpoint: jaeger-all-in-one:14250
8+
sending_queue:
9+
batch:
810
debug:
911

1012
processors:
11-
batch:
1213
queued_retry:
1314

1415
service:
1516
pipelines:
1617
traces:
1718
receivers: [opencensus]
1819
exporters: [jaeger_grpc, debug]
19-
processors: [batch, queued_retry]
20+
processors: [queued_retry]

0 commit comments

Comments
 (0)