Skip to content

Commit b4ada3d

Browse files
chore: updated README.md (#519)
1 parent c3bed4b commit b4ada3d

1 file changed

Lines changed: 14 additions & 6 deletions

File tree

README.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ observability using [AWS Lambda Layers](https://docs.aws.amazon.com/lambda/lates
88
## Requirements
99

1010
- [serverless](https://github.com/serverless/serverless) v3.x & v4.x (This plugin has been tested to work with Serverless Framework v3 & v4)
11-
- [Node](https://nodejs.org/) >= 14.x (if using Serverless version 3)
11+
- [Node](https://nodejs.org/) >= 16.x (if using Serverless version 3)
1212

1313
## Features
1414

1515
- Installs and configures the New Relic AWS Integration
16-
- Supports Node.js, Python and Java runtimes (more runtimes to come)
16+
- Supports Node.js, Python, Java, Ruby, Dotnet runtimes
1717
- No code change required to enable New Relic
1818
- Bundles New Relic's agent in a single layer
1919
- Configures CloudWatch subscription filters automatically
@@ -69,9 +69,14 @@ This plugin wraps your handlers without requiring a code change. If you're curre
6969
using a New Relic agent, you can remove the wrapping code you currently have and this plugin will
7070
do it for you automatically.
7171

72-
- [Node.js Instrumentation Guide](https://docs.newrelic.com/docs/agents/nodejs-agent/getting-started/introduction-new-relic-nodejs#extend-instrumentation)
73-
- [Python Instrumentation Guide](https://docs.newrelic.com/docs/agents/python-agent/custom-instrumentation/python-custom-instrumentation)
74-
- [Java Instrumentation Guide](https://docs.newrelic.com/docs/agents/java-agent/custom-instrumentation/java-custom-instrumentation)
72+
- [Node.js Instrumentation Guide](https://docs.newrelic.com/docs/apm/agents/nodejs-agent/getting-started/introduction-new-relic-nodejs)
73+
- [Python Instrumentation Guide](https://docs.newrelic.com/docs/apm/agents/python-agent/getting-started/introduction-new-relic-python)
74+
- [Java Instrumentation Guide](https://docs.newrelic.com/docs/apm/agents/java-agent/getting-started/introduction-new-relic-java)
75+
- [Ruby Instrumentation Guide](https://docs.newrelic.com/docs/apm/agents/ruby-agent/getting-started/introduction-new-relic-ruby)
76+
- [Dotnet Instrumentation Guide](https://docs.newrelic.com/docs/apm/agents/net-agent/getting-started/introduction-new-relic-net)
77+
78+
Follow the instructions in the guide to implement instrumentation with the [Serverless Framework](https://docs.newrelic.com/docs/serverless-function-monitoring/aws-lambda-monitoring/instrument-lambda-function/instrument-your-own/#serverless)
79+
7580

7681
## Config
7782

@@ -410,7 +415,6 @@ This plugin currently supports the following AWS runtimes:
410415
- nodejs18.x
411416
- nodejs20.x
412417
- nodejs22.x
413-
- python3.7
414418
- python3.8
415419
- python3.9
416420
- python3.10
@@ -421,6 +425,10 @@ This plugin currently supports the following AWS runtimes:
421425
- java11
422426
- java17
423427
- java21
428+
- ruby 3.2
429+
- ruby 3.3
430+
- dotnet 6
431+
- dotnet 8
424432
- provided.al2
425433
- provided.al2023
426434

0 commit comments

Comments
 (0)