Skip to content

Commit

Permalink
Update env-variables-lambda.mdx
Browse files Browse the repository at this point in the history
Changing the description for NEW_RELIC_DISTRIBUTED_TRACING_ENABLED
  • Loading branch information
jigarp1997 authored Dec 23, 2024
1 parent 99de1a5 commit 62c9a5c
Showing 1 changed file with 7 additions and 7 deletions.
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>

0 comments on commit 62c9a5c

Please sign in to comment.