Skip to content

Commit 4542787

Browse files
Convert asciidoc lifecycle markers into Docs V3 syntax (#709)
1 parent a6cca09 commit 4542787

File tree

2 files changed

+14
-11
lines changed

2 files changed

+14
-11
lines changed

docs/reference/aws-lambda-config-options.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ The configured name of your application or service. The APM agent will use this
6161

6262

6363
### `ELASTIC_APM_DATA_RECEIVER_TIMEOUT` [aws-lambda-config-data-receiver-timeout]
64-
6564
```{applies_to}
6665
product: ga 1.2.0
6766
```
@@ -77,7 +76,6 @@ The port on which the {{apm-lambda-ext}} listens to receive data from the APM ag
7776

7877

7978
### `ELASTIC_APM_DATA_FORWARDER_TIMEOUT` [aws-lambda-config-data-forwarder-timeout]
80-
8179
```{applies_to}
8280
product: ga 1.2.0
8381
```
@@ -101,12 +99,14 @@ The logging level to be used by both the APM Agent and the {{apm-lambda-ext}}. S
10199

102100

103101
### `ELASTIC_APM_LAMBDA_CAPTURE_LOGS` [_elastic_apm_lambda_capture_logs]
102+
```{applies_to}
103+
product: preview
104+
```
104105

105-
[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`.
106+
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`.
106107

107108

108109
### `ELASTIC_APM_LAMBDA_VERIFY_SERVER_CERT` [_elastic_apm_lambda_verify_server_cert]
109-
110110
```{applies_to}
111111
product: ga 1.3.0
112112
```
@@ -115,7 +115,6 @@ Whether to enable {{apm-lambda-ext}} to verify APM Server's certificate chain an
115115

116116

117117
### `ELASTIC_APM_LAMBDA_SERVER_CA_CERT_PEM` [_elastic_apm_lambda_server_ca_cert_pem]
118-
119118
```{applies_to}
120119
product: ga 1.3.0
121120
```
@@ -124,7 +123,6 @@ The certificate passed as environment variable. To be used to verify APM Server'
124123

125124

126125
### `ELASTIC_APM_SERVER_CA_CERT_FILE` [_elastic_apm_server_ca_cert_file]
127-
128126
```{applies_to}
129127
product: ga 1.3.0
130128
```
@@ -133,7 +131,6 @@ The certificate passed as a file name available to the extension. To be used to
133131

134132

135133
### `ELASTIC_APM_SERVER_CA_CERT_ACM_ID` [_elastic_apm_server_ca_cert_acm_id]
136-
137134
```{applies_to}
138135
product: ga 1.3.0
139136
```
@@ -158,15 +155,21 @@ Users on older versions should disable log collection by setting `ELASTIC_APM_LA
158155

159156

160157
### `ELASTIC_APM_DATA_RECEIVER_TIMEOUT_SECONDS` [aws-lambda-config-data-receiver-timeout-seconds]
158+
```{applies_to}
159+
product: deprecated 1.2.0
160+
```
161161

162-
Deprecated in: v1.2.0. Use [`ELASTIC_APM_DATA_RECEIVER_TIMEOUT`](#aws-lambda-config-data-receiver-timeout) instead.
162+
Use [`ELASTIC_APM_DATA_RECEIVER_TIMEOUT`](#aws-lambda-config-data-receiver-timeout) instead.
163163

164164
The {{apm-lambda-ext}}'s timeout value, in seconds, for receiving data from the APM agent. The *default* is `15`.
165165

166166

167167
### `ELASTIC_APM_DATA_FORWARDER_TIMEOUT_SECONDS` [aws-lambda-config-data-forwarder-timeout-seconds]
168+
```{applies_to}
169+
product: deprecated 1.2.0
170+
```
168171

169-
Deprecated in: v1.2.0. Use [`ELASTIC_APM_DATA_FORWARDER_TIMEOUT`](#aws-lambda-config-data-forwarder-timeout) instead.
172+
Use [`ELASTIC_APM_DATA_FORWARDER_TIMEOUT`](#aws-lambda-config-data-forwarder-timeout) instead.
170173

171174
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.
172175

docs/release-notes/release-notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ To check for security updates, go to [Security announcements for the Elastic sta
4242
**Release date:** May 3, 2023
4343

4444
### Features and enhancements [elastic-apm-aws-lambda-extension-150-features-enhancements]
45-
* [preview] Allow metadata in register transaction [384](https://github.com/elastic/apm-aws-lambda/pull/384)
45+
* {applies_to}`product: preview` Allow metadata in register transaction [384](https://github.com/elastic/apm-aws-lambda/pull/384)
4646

4747
## 1.3.1 [elastic-apm-aws-lambda-extension-131-release-notes]
4848
**Release date:** April 4, 2023
@@ -54,7 +54,7 @@ To check for security updates, go to [Security announcements for the Elastic sta
5454
**Release date:** April 22, 2023
5555

5656
### Features and enhancements [elastic-apm-aws-lambda-extension-130-features-enhancements]
57-
* [preview] Create proxy transaction with error results if not reported by agent [315](https://github.com/elastic/apm-aws-lambda/pull/315)
57+
* {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)
5858
* Wait for the final platform report metrics on shutdown [347](https://github.com/elastic/apm-aws-lambda/pull/347)
5959
* Process platform report metrics when extension is lagging [358](https://github.com/elastic/apm-aws-lambda/pull/358)
6060
* Add TLS support [357](https://github.com/elastic/apm-aws-lambda/pull/357)

0 commit comments

Comments
 (0)