Skip to content

Commit

Permalink
feat(apm/otel): include processors in pipelines example (#4146)
Browse files Browse the repository at this point in the history
(cherry picked from commit cfe9c63)
  • Loading branch information
riezebosch authored and mergify[bot] committed Aug 26, 2024
1 parent 5482e20 commit af96e92
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/en/observability/apm/otel-direct.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,15 @@ service:
pipelines:
traces:
receivers: [otlp]
processors: [..., memory_limiter, batch]
exporters: [debug, otlp/elastic]
metrics:
receivers: [otlp]
processors: [..., memory_limiter, batch]
exporters: [debug, otlp/elastic]
logs: <8>
receivers: [otlp]
processors: [..., memory_limiter, batch]
exporters: [debug, otlp/elastic]
----
<1> The receivers, like the
Expand Down

0 comments on commit af96e92

Please sign in to comment.