You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Link to AWS Lambda Instructions from OTLP Ingestion Page (DataDog#25127)
* Link from OTel docs to serverless docs.
* Update content/en/opentelemetry/interoperability/otlp_ingest_in_the_agent.md
Co-authored-by: Austin Lai <76412946+alai97@users.noreply.github.com>
---------
Co-authored-by: Austin Lai <76412946+alai97@users.noreply.github.com>
Copy file name to clipboardExpand all lines: content/en/opentelemetry/interoperability/otlp_ingest_in_the_agent.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -206,6 +206,18 @@ This enables each protocol in the default port (`4317` for OTLP/gRPC and `4318`
206
206
207
207
[1]: /agent/kubernetes/?tab=helm
208
208
{{% /tab %}}
209
+
{{% tab "AWS Lambda" %}}
210
+
211
+
For detailed instructions on using OpenTelemetry with AWS Lambda and Datadog, including:
212
+
213
+
- Instrumenting your Lambda functions with OpenTelemetry
214
+
- Using OpenTelemetry API support within Datadog tracers
215
+
- Sending OpenTelemetry traces to the Datadog Lambda Extension
216
+
217
+
See the Serverless documentation for [AWS Lambda and OpenTelemetry][100].
218
+
219
+
[100]: /serverless/aws_lambda/opentelemetry/
220
+
{{% /tab %}}
209
221
{{< /tabs >}}
210
222
211
223
There are many other environment variables and settings supported in the Datadog Agent. To get an overview of them all, see [the configuration template][6].
0 commit comments