Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update env-variables-lambda.mdx to correct description #19599

Merged
merged 1 commit into from
Dec 24, 2024
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Based on your runtime, you can set the following environment variables to furthe
<td>`NEW_RELIC_DISTRIBUTED_TRACING_ENABLED`</td>
<td>`true`</td>
<td>`true`, `false`</td>
<td>Disable distributed tracing by setting this to `false`</td>
<td>Generate traces by enabling Distributed Tracing</td>
</tr>
<tr>
<td>`NEW_RELIC_NO_CONFIG_FILE`</td>
Expand Down Expand Up @@ -137,7 +137,7 @@ You can find more environment variables in our [Node.js configuration documentat
<td>`NEW_RELIC_DISTRIBUTED_TRACING_ENABLED`</td>
<td>`true`</td>
<td>`true`, `false`</td>
<td>Disable distributed tracing by setting this to `false`</td>
<td>Generate traces by enabling Distributed Tracing</td>
</tr>
<tr>
<td>`NEW_RELIC_NO_CONFIG_FILE`</td>
Expand Down Expand Up @@ -195,7 +195,7 @@ You can find more environment variables in our [Python configuration documentati
<td>`NEW_RELIC_DISTRIBUTED_TRACING_ENABLED`</td>
<td>`true`</td>
<td>`true`, `false`</td>
<td>Disable distributed tracing by setting this to `false`</td>
<td>Generate traces by enabling Distributed Tracing</td>
</tr>
<tr>
<td>`NEW_RELIC_PRIMARY_APPLICATION_ID`</td>
Expand Down Expand Up @@ -227,7 +227,7 @@ You can find more environment variables in our [Python configuration documentati
<td>`NEW_RELIC_DISTRIBUTED_TRACING_ENABLED`</td>
<td>`true`</td>
<td>`true`, `false`</td>
<td>Disable distributed tracing by setting this to `false`</td>
<td>Generate traces by enabling Distributed Tracing</td>
</tr>
</tbody>
</table>
Expand All @@ -247,7 +247,7 @@ You can find more environment variables in our [Python configuration documentati
<td>`NEW_RELIC_DISTRIBUTED_TRACING_ENABLED`</td>
<td>`true`</td>
<td>`true`, `false`</td>
<td>Disable distributed tracing by setting this to `false`</td>
<td>Generate traces by enabling Distributed Tracing</td>
</tr>
</tbody>
</table>
Expand Down Expand Up @@ -292,7 +292,7 @@ You can find more environment variables in our [Python configuration documentati
<td>`NEW_RELIC_DISTRIBUTED_TRACING_ENABLED`</td>
<td>`true`</td>
<td>`true`, `false`</td>
<td>Disable distributed tracing by setting this to `false`</td>
<td>Generate traces by enabling Distributed Tracing</td>
</tr>

<tr>
Expand Down Expand Up @@ -413,4 +413,4 @@ See more environment variables for the New Relic extension in our [documentation
<DocTiles>
<DocTile title="Install and configure Lambda monitoring" path="/docs/serverless-function-monitoring/aws-lambda-monitoring/instrument-lambda-function/configure-serverless-aws-monitoring" >Get started with instrumentation and configuration for your Lambda functions</DocTile>
<DocTile title="Data and UI" path="/docs/serverless-function-monitoring/aws-lambda-monitoring/instrument-lambda-function/instrument-your-own" >Learn how to use New Relic to monitor your AWS Lambda functions</DocTile>
</DocTiles>
</DocTiles>
Loading