Skip to content

Commit

Permalink
docs: add reference to auto configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
theSuess authored and chalin committed Feb 1, 2025
1 parent 280fc4c commit dceebea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions content/en/blog/2025/observing-lambdas/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ need to be configured. As an example, the following configuration receives
traces and logs from the Telemetry API and sends them to another endpoint:

```yaml
# The `decouple` processor is configured by default if omitted.
# It is explicitly added in this example to illustrate the entire pipeline
# More information can be found at
# https://github.com/open-telemetry/opentelemetry-lambda/tree/main/collector#auto-configuration

receivers:
telemetryapi:
exporters:
Expand Down

0 comments on commit dceebea

Please sign in to comment.