Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ca73f3f

Browse files
docs(examples/logs): include batch processor in pipeline (open-telemetry#3707)
1 parent d01dbc2 commit ca73f3f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/examples/logs/README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Start the Collector locally to see data being exported. Write the following file
2626
pipelines:
2727
logs:
2828
receivers: [otlp]
29+
processors: [batch]
2930
exporters: [logging]
3031
3132
Then start the Docker container:

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ service:
1414
pipelines:
1515
logs:
1616
receivers: [otlp]
17+
processors: [batch]
1718
exporters: [logging]

0 commit comments

Comments
 (0)