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
Copy file name to clipboardExpand all lines: content/en/serverless/custom_metrics/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,7 +133,7 @@ end
133
133
{{< /programming-lang >}}
134
134
{{< programming-lang lang="other" >}}
135
135
136
-
[Install][14] the DogStatsD client for your runtime and follow the [sample code][15] to submit your custom metrics. Note: For accurate results, you must use [**distribution**](#understanding-distribution-metrics).
136
+
[Install][12] the DogStatsD client for your runtime and follow the [sample code][13] to submit your custom metrics. Note: For accurate results, you must use [**distribution**](#understanding-distribution-metrics).
Copy file name to clipboardExpand all lines: content/en/serverless/installation/dotnet.md
+5-9Lines changed: 5 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,6 +139,7 @@ To install and configure the Datadog Serverless Plugin, follow these steps:
139
139
140
140
3. Set the required environment variables
141
141
142
+
- Set `AWS_LAMBDA_EXEC_WRAPPER` to `/opt/datadog_wrapper`.
142
143
- Set the environment variable `DD_SITE` with your [Datadog site][3] to send the telemetry to.
143
144
- Set the environment variable `DD_API_KEY_SECRET_ARN` with the ARN of the AWS secret where your [Datadog API key][4] is securely stored. The key needs to be stored as a plaintext string, instead of being inside a json blob. The `secretsmanager:GetSecretValue` permission is required. For quick testings, you can use `DD_API_KEY` instead and set the Datadog API key in plaintext.
144
145
@@ -161,16 +162,11 @@ To install and configure the Datadog Serverless Plugin, follow these steps:
3. Configure your Lambda functionwith the following environment variables:
165
-
166
-
```
167
-
DD_SITE = <DD_SITE>
168
-
DD_API_KEY_SECRET_ARN = <DD_API_KEY_SECRET_ARN>
169
-
```
170
-
171
-
- Replace `<DD_SITE>` with your [Datadog site][2] to send the telemetry to.
172
-
- Replace `<DD_API_KEY_SECRET_ARN>` with the ARN of the AWS secret where your [Datadog API key][3] is securely stored. The key needs to be stored as a plaintext string, instead of being inside a json blob. The `secretsmanager:GetSecretValue` permission is required. For quick testings, you can use `DD_API_KEY` instead and set the Datadog API key in plaintext.
165
+
3. Set the required environment variables
173
166
167
+
- Set `AWS_LAMBDA_EXEC_WRAPPER` to `/opt/datadog_wrapper`.
168
+
- Set `DD_SITE` to your [Datadog site][2] to send the telemetry to.
169
+
- Set `DD_API_KEY_SECRET_ARN` to the ARN of the AWS secret where your [Datadog API key][3] is securely stored. The key needs to be stored as a plaintext string, instead of being inside a json blob. The `secretsmanager:GetSecretValue` permission is required. For quick testings, you can use `DD_API_KEY` instead and set the Datadog API key in plaintext.
Copy file name to clipboardExpand all lines: content/en/serverless/installation/java.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,6 +139,7 @@ To install and configure the Datadog Serverless Plugin, follow these steps:
139
139
140
140
3. Set the required environment variables
141
141
142
+
- Set `AWS_LAMBDA_EXEC_WRAPPER` to `/opt/datadog_wrapper`.
142
143
- Set `DD_SITE` to your [Datadog site][2] to send the telemetry to.
143
144
- Set `DD_API_KEY_SECRET_ARN` to the ARN of the AWS secret where your [Datadog API key][3] is securely stored. The key needs to be stored as a plaintext string, instead of being inside a json blob. The `secretsmanager:GetSecretValue` permission is required. For quick testings, you can use `DD_API_KEY` instead and set the Datadog API key in plaintext.
144
145
@@ -162,6 +163,7 @@ To install and configure the Datadog Serverless Plugin, follow these steps:
162
163
163
164
3. Set the required environment variables
164
165
166
+
- Set `AWS_LAMBDA_EXEC_WRAPPER` to `/opt/datadog_wrapper`.
165
167
- Set `DD_SITE` to your [Datadog site][2] to send the telemetry to.
166
168
- Set `DD_API_KEY_SECRET_ARN` to the ARN of the AWS secret where your [Datadog API key][3] is securely stored. The key needs to be stored as a plaintext string, instead of being inside a json blob. The `secretsmanager:GetSecretValue` permission is required. For quick testings, you can use `DD_API_KEY` instead and set the Datadog API key in plaintext.
0 commit comments