Skip to content

Commit

Permalink
docs: update references to logging exporter (#581)
Browse files Browse the repository at this point in the history
  • Loading branch information
codeboten authored Sep 6, 2024
1 parent 833a4eb commit 6f58912
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@ receivers:
http:

exporters:
logging:
debug:
verbosity: detailed

service:
pipelines:
traces:
receivers: [otlp]
exporters: [logging]
exporters: [debug]
metrics:
receivers: [otlp]
exporters: [logging]
exporters: [debug]
logs:
receivers: [otlp]
exporters: [logging]
exporters: [debug]
```
Then send a curl request to the collector (e.g. for Logs):
Expand Down

0 comments on commit 6f58912

Please sign in to comment.