Skip to content

Commit 6f9d2ed

Browse files
committed
docs: add reference to auto configuration
1 parent febf54f commit 6f9d2ed

File tree

1 file changed

+5
-0
lines changed
  • content/en/blog/2025/observing-lambdas

1 file changed

+5
-0
lines changed

content/en/blog/2025/observing-lambdas/index.md

+5
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ need to be configured. As an example, the following configuration receives
7676
traces and logs from the Telemetry API and sends them to another endpoint:
7777

7878
```yaml
79+
# The `decouple` processor is configured by default if omitted.
80+
# It is explicitly added in this example to illustrate the entire pipeline
81+
# More information can be found at
82+
# https://github.com/open-telemetry/opentelemetry-lambda/tree/main/collector#auto-configuration
83+
7984
receivers:
8085
telemetryapi:
8186
exporters:

0 commit comments

Comments
 (0)