Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 16 additions & 11 deletions config/_default/menus/main.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3600,61 +3600,66 @@ menu:
parent: serverless_aws_lambda
identifier: serverless_aws_lambda_managed_instances
weight: 102
- name: Durable Functions
url: serverless/aws_lambda/durable_functions
parent: serverless_aws_lambda
identifier: serverless_aws_lambda_durable_functions
weight: 103
- name: Lambda Metrics
url: serverless/aws_lambda/metrics
parent: serverless_aws_lambda
identifier: serverless_aws_lambda_metrics
weight: 103
weight: 104
- name: Distributed Tracing
url: serverless/aws_lambda/distributed_tracing
identifier: serverless_distributed_tracing
parent: serverless_aws_lambda
weight: 104
weight: 105
- name: Log Collection
url: serverless/aws_lambda/logs
identifier: serverless_aws_lambda_logs
parent: serverless_aws_lambda
weight: 105
weight: 106
- name: Remote Instrumentation
url: serverless/aws_lambda/remote_instrumentation
identifier: serverless_aws_lambda_remote_instrumentation
parent: serverless_aws_lambda
weight: 106
weight: 107
- name: Advanced Configuration
url: serverless/aws_lambda/configuration
parent: serverless_aws_lambda
identifier: serverless_configuration
weight: 107
weight: 108
- name: Continuous Profiler
url: serverless/aws_lambda/profiling
parent: serverless_aws_lambda
identifier: serverless_aws_lambda_continuous_profiler
weight: 108
weight: 109
- name: Securing Functions
url: /serverless/aws_lambda/securing_functions
parent: serverless_aws_lambda
identifier: serverless_aws_lambda_securing_functions
weight: 109
weight: 110
- name: Deployment Tracking
url: serverless/aws_lambda/deployment_tracking
parent: serverless_aws_lambda
identifier: serverless_aws_lambda_deployment_tracking
weight: 110
weight: 111
- name: OpenTelemetry
url: serverless/aws_lambda/opentelemetry
parent: serverless_aws_lambda
identifier: serverless_aws_lambda_opentelemetry
weight: 111
weight: 112
- name: Troubleshooting
url: serverless/aws_lambda/troubleshooting
parent: serverless_aws_lambda
identifier: serverless_aws_lambda_troubleshooting
weight: 112
weight: 113
- name: Lambda Web Adapter
url: serverless/aws_lambda/lwa
parent: serverless_aws_lambda
identifier: serverless_aws_lambda_lwa
weight: 113
weight: 114
- name: FIPS Compliance
url: serverless/aws_lambda/fips-compliance
parent: serverless_aws_lambda
Expand Down
51 changes: 51 additions & 0 deletions content/en/serverless/aws_lambda/durable_functions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
---
title: Monitoring AWS Lambda Durable Functions
description: Install and configure the Datadog Agent for AWS Lambda Durable Functions.

further_reading:
# TODO: Add blog post, related documentation, or learning center links.
# - link: https://www.datadoghq.com/blog/...
# tag: Blog
# text: ...

---

<!-- TODO: If this feature launches in Preview, uncomment and update the callout below.
{{< callout url=false
btn_hidden="true" header="Join the Preview!">}}
Datadog Serverless Monitoring for AWS Lambda Durable Functions is in Preview. To send feedback during the Preview, use the <strong>Share Feedback</strong> option on the <a href="https://app.datadoghq.com/serverless/aws/lambda">Serverless page</a> in Datadog.
{{< /callout >}}
-->

<!-- TODO: Overview — describe what AWS Lambda Durable Functions are and what visibility Datadog provides. -->

## Setup

<!-- TODO: Summarize runtime/feature support, then describe setup steps. -->

<div class="alert alert-info">
<ul>
<li><strong>Metrics, enhanced metrics, and log collection</strong>: TODO</li>
<li><strong>Trace collection</strong>: TODO</li>
</ul>
</div>

### Metrics and logs

<!-- TODO: Setup instructions for metrics and logs. -->

### Traces

<!-- TODO: Setup instructions for traces (runtime selection card grid). -->

## Data collected

Check warning on line 41 in content/en/serverless/aws_lambda/durable_functions.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.headings

'Data collected' should use sentence-style capitalization.

<!-- TODO: List metrics collected and note any limitations or excluded metrics. -->

## Known limitations

<!-- TODO: Document known limitations, if any. -->

## Further Reading

{{< partial name="whats-next/whats-next.html" >}}
Loading