Skip to content

Commit b014980

Browse files
authored
feat: GA (#485)
1 parent d3a3196 commit b014980

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,15 @@ Follow the [installation instructions](https://docs.datadoghq.com/serverless/ins
1212

1313
## Next-generation Lambda Extension
1414

15-
We're excited to share that our next-generation, low-overhead Lambda Extension is available for Beta testers. This new extension is packaged alongside our existing extension, yet offers substantially faster cold starts as well as lower resource consumption.
15+
We're excited to share that our next-generation, low-overhead Lambda Extension is now generally available. This new extension is packaged alongside our existing extension, yet offers substantially faster cold starts as well as lower resource consumption.
1616

17-
You can opt in to the Beta by setting the the environment variable `DD_EXTENSION_VERSION: next` and using extension version `v63` or later.
17+
You can opt out of the next-generation Lambda Extension by setting the the environment variable `DD_EXTENSION_VERSION: compatibility` and using extension version `v67` or later.
1818

1919
### Supported Configurations
2020
Today, all workloads using Logs and Metrics are supported.
2121

22-
APM Tracing is supported for Python and NodeJS.
23-
24-
Go, Java, and .NET support is coming soon. Profiling and ASM are not yet supported.
25-
26-
### Beta Limitations
27-
The next-generation Lambda Extension only supports [certain environment variables](https://github.com/DataDog/datadog-lambda-extension/blob/main/bottlecap/src/config/mod.rs#L19-L51) today. It does not yet support yaml-based configuration files.
28-
29-
If an unknown configuration option is detected, the next-generation extension will fail-over into the existing mainline extension.
22+
APM Tracing is supported for Python, NodeJS, Go, Java, and .NET runtimes.
23+
Profiling and ASM are not yet supported, and will fallback to compatability mode.
3024

3125
### Feedback
3226
We'd love to hear your feedback on the next-generation Lambda Extension. You can open a GitHub issue here using the `version/next` tag, find us on the [Datadog Community Slack](https://chat.datadoghq.com/) in the #serverless channel, or reach out to me directly at [email protected].

0 commit comments

Comments
 (0)