Skip to content

Commit 6831efd

Browse files
authored
[chore][examples] Remove reference to batch processor (#13767)
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description <!-- Issue number if applicable --> Removes reference to batch processor from example. #### Link to tracking issue Updates #13766
1 parent d28d1c6 commit 6831efd

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

examples/local/otel-config.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ receivers:
1111
endpoint: localhost:4318
1212

1313
processors:
14-
batch:
1514
memory_limiter:
1615
# 75% of maximum memory up to 2G
1716
limit_mib: 1536
@@ -27,15 +26,15 @@ service:
2726
pipelines:
2827
traces:
2928
receivers: [otlp]
30-
processors: [memory_limiter, batch]
29+
processors: [memory_limiter]
3130
exporters: [debug]
3231
metrics:
3332
receivers: [otlp]
34-
processors: [memory_limiter, batch]
33+
processors: [memory_limiter]
3534
exporters: [debug]
3635
logs:
3736
receivers: [otlp]
38-
processors: [memory_limiter, batch]
37+
processors: [memory_limiter]
3938
exporters: [debug]
4039

4140
extensions: [zpages]

0 commit comments

Comments
 (0)