Skip to content

Commit

Permalink
docs: fix otlp guide - collector config example (#12328)
Browse files Browse the repository at this point in the history
Signed-off-by: junya koyama <[email protected]>
Co-authored-by: Sandeep Sukhani <[email protected]>
  • Loading branch information
arukiidou and sandeepsukhani authored Mar 26, 2024
1 parent 664e569 commit 03982c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sources/send-data/otel/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ And enable it in `service.pipelines`:
```yaml
service:
pipelines:
metrics:
logs:
receivers: [...]
processors: [...]
exporters: [..., otlphttp]
Expand All @@ -57,7 +57,7 @@ exporters:
service:
extensions: [basicauth/otlp]
pipelines:
metrics:
logs:
receivers: [...]
processors: [...]
exporters: [..., otlphttp]
Expand Down

0 comments on commit 03982c2

Please sign in to comment.