Skip to content

Commit 015fe2d

Browse files
authored
Merge pull request #21552 from brnhensley/patch-36
chore: code in backticks
2 parents 60ffbae + 05ab67b commit 015fe2d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/docs/apm/agents/net-agent/getting-started/net-agent-approaches-lambda.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,9 @@ In a Lambda function, the agent will switch into a "serverless mode" that will d
158158
Since the agent automatically instruments most lambda functions, you can use the [agent NuGet package](https://www.nuget.org/packages/NewRelic.Agent#readme-body-tab) to monitor your lambda functions. You need to manually configure environment variables for your chosen deployment method (see our [installation guide](/install/dotnet/?deployment=nuget#nuget-linux)). This still requires that you set up either the [New Relic Lambda Extension or CloudWatch integration](/docs/serverless-function-monitoring/aws-lambda-monitoring/instrument-lambda-function/introduction-lambda/#how) to send your data to New Relic.
159159

160160
Automatic instrumentation is available for the following AWS Lambda function types (as of agent version 10.29.0):
161-
* Amazon.Lambda.AspNetCoreServer.APIGatewayProxyFunction
162-
* Amazon.Lambda.AspNetCoreServer.APIGatewayHttpApiV2ProxyFunction
163-
* Amazon.Lambda.AspNetCoreServer.ApplicationLoadBalancerFunction
161+
* `Amazon.Lambda.AspNetCoreServer.APIGatewayProxyFunction`
162+
* `Amazon.Lambda.AspNetCoreServer.APIGatewayHttpApiV2ProxyFunction`
163+
* `Amazon.Lambda.AspNetCoreServer.ApplicationLoadBalancerFunction`
164164

165165
Limitations:
166166

0 commit comments

Comments
 (0)