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

chore(serverless): Removed unrelated content #18674

Merged
merged 2 commits into from
Sep 18, 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
@@ -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
Loading