Skip to content

Commit

Permalink
Merge pull request #18674 from newrelic/NR-305923-remove-unrelated-co…
Browse files Browse the repository at this point in the history
…ntent

chore(serverless): Removed unrelated content
  • Loading branch information
cbehera-newrelic committed Sep 18, 2024
2 parents 081e14d + c42ee2f commit 282cb06
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: "Instrument your containerized function"
title: "Containerized instrumentation"
metaDescription: A guide for instrumenting your containerized image layer with New Relic.
redirects:
- /docs/serverless-function-monitoring/aws-lambda-monitoring/enable-containerized-function-monitoring/get-started
- /docs/serverless-function-monitoring/aws-lambda-monitoring/enable-lambda-monitoring/containerized-images
freshnessValidatedDate: never
---

If you're using a containerized image for a Lambda function and want to monitor your application, you'll need to add New Relic to your Dockerfile. For example, suppose you're a developer for a budgeting application and you're using a Lambda function to calculate account balances every time a customer clicks **See my balance**. You want to dive deep into any potential latencies. In that case, you'll need to add New Relic to your function, so every time a customer clicks **See my balance** your function runs, and New Relic does too.
If you're using a containerized image for a Lambda function and want to monitor your application, you'll need to add a pre-built [New Relic Lambda layer](https://gallery.ecr.aws/newrelic-lambda-layers-for-docker?page=1) to your Dockerfile that matches your function's runtime.

Here's a diagram showing the process of adding New Relic to the Dockerfile so you can monitor your function:

Expand Down

0 comments on commit 282cb06

Please sign in to comment.