Skip to main content
AWS Lambda emits function logs (your application output), platform logs (cold starts, timeouts, out-of-memory events), and — when instrumented — distributed traces. The right ingestion path depends on your runtime and whether you also want traces. ADOT Lambda Layer — sends logs, metrics, and traces directly to Bronto over OTLP on supported runtimes. The signals generated automatically depend on the ADOT layer and instrumentation versions you deploy.

Alternatives

  • CloudWatch Log Forwarder — captures Lambda’s automatic stdout / stderr and works with runtimes the ADOT layer doesn’t support (Ruby, custom runtimes).
See Ingesting AWS Data into Bronto for the full service-to-method mapping.

References