Skip to content

Commit

Permalink
add logs pipeline in the default config (#455)
Browse files Browse the repository at this point in the history
This should have been added when support for logging was made official.

Signed-off-by: Alex Boten <[email protected]>
  • Loading branch information
Alex Boten authored Jan 10, 2024
1 parent d0a26d0 commit fc55853
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions configs/otelcol-contrib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,9 @@ service:
processors: [batch]
exporters: [debug]

logs:
receivers: [otlp]
processors: [batch]
exporters: [debug]

extensions: [health_check, pprof, zpages]
5 changes: 5 additions & 0 deletions configs/otelcol.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,9 @@ service:
processors: [batch]
exporters: [debug]

logs:
receivers: [otlp]
processors: [batch]
exporters: [debug]

extensions: [health_check, pprof, zpages]

0 comments on commit fc55853

Please sign in to comment.