This example application uses express and has 2 endpoints to demonstrate telemetry produced by Node.js agent with express and AWS SNS.
- Run
npm install
cp env.sample .env
fill outNEW_RELIC_LICENSE_KEY
.npm start
Once the application is started you can make requests to the 2 endpoints to see the telemetry it generates.
curl http://localhost:3000/named-route
curl http://localhost:3000/sns