Skip to content

Commit f574dc5

Browse files
jchrostek-ddcswatt
andauthored
Update lambda extension documenation for supporting Observability Pip… (#31981)
* Update lambda extension documenation for supporting Observability Pipelines * Update content/en/serverless/aws_lambda/configuration.md --------- Co-authored-by: cecilia saixue watt <[email protected]>
1 parent e04d3f1 commit f574dc5

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

content/en/serverless/aws_lambda/configuration.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ First, [install][1] Datadog Serverless Monitoring to begin collecting metrics, t
4444
- [Using Datadog Lambda Extension v67+](#using-datadog-lambda-extension-v67)
4545
- [Configure Auto-linking for DynamoDB PutItem](#configure-auto-linking-for-dynamodb-putitem)
4646
- [Visualize and model AWS services correctly](#visualize-and-model-aws-services-by-resource-name)
47+
- [Send logs to Observability Pipelines](#sending-data-to-observability-pipelines)
4748
- [Troubleshoot](#troubleshoot)
4849
- [Further Reading](#further-reading)
4950

@@ -788,6 +789,15 @@ You may prefer the older service representation model if your dashboards and mon
788789

789790
The updated service modeling configuration is recommended.
790791

792+
## Send logs to Observability Pipelines
793+
Version 87+ of the Datadog Lambda Extension allows users to send logs to [Observability Pipelines][58].
794+
795+
To enable this feature, set these environment variables:
796+
- `DD_OBSERVABILITY_PIPELINES_WORKER_LOGS_ENABLED`: `true`
797+
- `DD_OBSERVABILITY_PIPELINES_WORKER_LOGS_URL`: `<YOUR_OBSERVABILITY_PIPELINE_URL>`
798+
799+
**Note**: Your Observability Pipeline must use `Http Server` as the source to process logs from the Lambda extension. Do not use `Datadog Agent` as the source.
800+
791801
## Troubleshoot
792802

793803
If you have trouble configuring your installations, set the environment variable `DD_LOG_LEVEL` to `debug` for debugging logs. For additional troubleshooting tips, see the [serverless monitoring troubleshooting guide][39].
@@ -853,4 +863,5 @@ If you have trouble configuring your installations, set the environment variable
853863
[54]: https://github.com/DataDog/datadog-lambda-extension/issues
854864
[55]: /serverless/aws_lambda/distributed_tracing/#span-auto-linking
855865
[56]: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Streams.html
856-
[57]: /tracing/guide/aws_payload_tagging/?code-lang=python&tab=nodejs
866+
[57]: /tracing/guide/aws_payload_tagging/?code-lang=python&tab=nodejs
867+
[58]: https://www.datadoghq.com/product/observability-pipelines/

0 commit comments

Comments
 (0)