From 64dbeb1bb90aa194a08712597a2dec2cc8fedab5 Mon Sep 17 00:00:00 2001 From: Florent Le Borgne Date: Wed, 24 Sep 2025 18:07:18 +0200 Subject: [PATCH] Convert asciidoc lifecycle markers into Docs V3 syntax --- docs/reference/aws-lambda-config-options.md | 21 ++++++++++++--------- docs/release-notes/release-notes.md | 4 ++-- 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/docs/reference/aws-lambda-config-options.md b/docs/reference/aws-lambda-config-options.md index e625ecf2..5f523a6e 100644 --- a/docs/reference/aws-lambda-config-options.md +++ b/docs/reference/aws-lambda-config-options.md @@ -61,7 +61,6 @@ The configured name of your application or service. The APM agent will use this ### `ELASTIC_APM_DATA_RECEIVER_TIMEOUT` [aws-lambda-config-data-receiver-timeout] - ```{applies_to} product: ga 1.2.0 ``` @@ -77,7 +76,6 @@ The port on which the {{apm-lambda-ext}} listens to receive data from the APM ag ### `ELASTIC_APM_DATA_FORWARDER_TIMEOUT` [aws-lambda-config-data-forwarder-timeout] - ```{applies_to} product: ga 1.2.0 ``` @@ -101,12 +99,14 @@ The logging level to be used by both the APM Agent and the {{apm-lambda-ext}}. S ### `ELASTIC_APM_LAMBDA_CAPTURE_LOGS` [_elastic_apm_lambda_capture_logs] +```{applies_to} +product: preview +``` -[preview] Starting in Elastic Stack version 8.5.0, the Elastic APM lambda extension supports the collection of log events by default. Log events can be viewed in {{kib}} in the APM UI. Disable log collection by setting this to `false`. +Starting in Elastic Stack version 8.5.0, the Elastic APM lambda extension supports the collection of log events by default. Log events can be viewed in {{kib}} in the APM UI. Disable log collection by setting this to `false`. ### `ELASTIC_APM_LAMBDA_VERIFY_SERVER_CERT` [_elastic_apm_lambda_verify_server_cert] - ```{applies_to} product: ga 1.3.0 ``` @@ -115,7 +115,6 @@ Whether to enable {{apm-lambda-ext}} to verify APM Server's certificate chain an ### `ELASTIC_APM_LAMBDA_SERVER_CA_CERT_PEM` [_elastic_apm_lambda_server_ca_cert_pem] - ```{applies_to} product: ga 1.3.0 ``` @@ -124,7 +123,6 @@ The certificate passed as environment variable. To be used to verify APM Server' ### `ELASTIC_APM_SERVER_CA_CERT_FILE` [_elastic_apm_server_ca_cert_file] - ```{applies_to} product: ga 1.3.0 ``` @@ -133,7 +131,6 @@ The certificate passed as a file name available to the extension. To be used to ### `ELASTIC_APM_SERVER_CA_CERT_ACM_ID` [_elastic_apm_server_ca_cert_acm_id] - ```{applies_to} product: ga 1.3.0 ``` @@ -158,15 +155,21 @@ Users on older versions should disable log collection by setting `ELASTIC_APM_LA ### `ELASTIC_APM_DATA_RECEIVER_TIMEOUT_SECONDS` [aws-lambda-config-data-receiver-timeout-seconds] +```{applies_to} +product: deprecated 1.2.0 +``` -Deprecated in: v1.2.0. Use [`ELASTIC_APM_DATA_RECEIVER_TIMEOUT`](#aws-lambda-config-data-receiver-timeout) instead. +Use [`ELASTIC_APM_DATA_RECEIVER_TIMEOUT`](#aws-lambda-config-data-receiver-timeout) instead. The {{apm-lambda-ext}}'s timeout value, in seconds, for receiving data from the APM agent. The *default* is `15`. ### `ELASTIC_APM_DATA_FORWARDER_TIMEOUT_SECONDS` [aws-lambda-config-data-forwarder-timeout-seconds] +```{applies_to} +product: deprecated 1.2.0 +``` -Deprecated in: v1.2.0. Use [`ELASTIC_APM_DATA_FORWARDER_TIMEOUT`](#aws-lambda-config-data-forwarder-timeout) instead. +Use [`ELASTIC_APM_DATA_FORWARDER_TIMEOUT`](#aws-lambda-config-data-forwarder-timeout) instead. The timeout value, in seconds, for the {{apm-lambda-ext}}'s HTTP client sending data to the APM Server. The *default* is `3`. If the extension’s attempt to send APM data during this time interval is not successful, the extension queues back the data. Further attempts at sending the data are governed by an exponential backoff algorithm: data will be sent after a increasingly large grace period of 0, then circa 1, 4, 9, 16, 25 and 36 seconds, provided that the Lambda function execution is ongoing. diff --git a/docs/release-notes/release-notes.md b/docs/release-notes/release-notes.md index 3f0a90d5..e33dc785 100644 --- a/docs/release-notes/release-notes.md +++ b/docs/release-notes/release-notes.md @@ -42,7 +42,7 @@ To check for security updates, go to [Security announcements for the Elastic sta **Release date:** May 3, 2023 ### Features and enhancements [elastic-apm-aws-lambda-extension-150-features-enhancements] -* [preview] Allow metadata in register transaction [384](https://github.com/elastic/apm-aws-lambda/pull/384) +* {applies_to}`product: preview` Allow metadata in register transaction [384](https://github.com/elastic/apm-aws-lambda/pull/384) ## 1.3.1 [elastic-apm-aws-lambda-extension-131-release-notes] **Release date:** April 4, 2023 @@ -54,7 +54,7 @@ To check for security updates, go to [Security announcements for the Elastic sta **Release date:** April 22, 2023 ### Features and enhancements [elastic-apm-aws-lambda-extension-130-features-enhancements] -* [preview] Create proxy transaction with error results if not reported by agent [315](https://github.com/elastic/apm-aws-lambda/pull/315) +* {applies_to}`product: preview` Create proxy transaction with error results if not reported by agent [315](https://github.com/elastic/apm-aws-lambda/pull/315) * Wait for the final platform report metrics on shutdown [347](https://github.com/elastic/apm-aws-lambda/pull/347) * Process platform report metrics when extension is lagging [358](https://github.com/elastic/apm-aws-lambda/pull/358) * Add TLS support [357](https://github.com/elastic/apm-aws-lambda/pull/357)