Skip to content

Commit

Permalink
Merge pull request #4080 from keegoid-nr/patch-9
Browse files Browse the repository at this point in the history
  • Loading branch information
paperclypse committed Sep 28, 2021
2 parents 71c3d7a + 1e62338 commit 0ae2aa1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ On this page, you will learn how to manually instrument your lambda function. It
1. Download our Go agent package and place it in the same directory as your function.
2. Install the agent: `go get -u github.com/newrelic/go-agent/v3/newrelic`.
3. Install the nrlambda integration `go get -u github.com/newrelic/go-agent/v3/integrations/nrlambda`.
4. In your Lambda code, import our components, create an application, and update how you start your Lambda. See our examples for an example of an instrumented Lambda:
4. In your Lambda code, import our components, create an application, and update how you start your Lambda. See our instrumentation examples:

- [Extension repo](https://github.com/newrelic/newrelic-lambda-extension/tree/main/examples/sam/go)
- [Go agent repo](https://github.com/newrelic/go-agent/blob/master/v3/integrations/nrlambda/example/main.go)
Expand Down

0 comments on commit 0ae2aa1

Please sign in to comment.