Skip to content

Commit

Permalink
docs(examples/logs): include batch processor in pipeline (open-teleme…
Browse files Browse the repository at this point in the history
  • Loading branch information
johannaojeling authored Feb 29, 2024
1 parent d01dbc2 commit ca73f3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/examples/logs/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Start the Collector locally to see data being exported. Write the following file
pipelines:
logs:
receivers: [otlp]
processors: [batch]
exporters: [logging]
Then start the Docker container:
Expand Down
1 change: 1 addition & 0 deletions docs/examples/logs/otel-collector-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ service:
pipelines:
logs:
receivers: [otlp]
processors: [batch]
exporters: [logging]

0 comments on commit ca73f3f

Please sign in to comment.