kylelange / new-relic

a first attempt to get a 'hello world' express.js server app to deploy and use New Relic's analytics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

new-relic

Code review #1 - a simple 'hello world' server side app that uses node.js and receives data from New Relic's APM software, April 18th, 2017

By Kyle Lange

screenshot

screenshot

Learnings

  • copying the newrelic.js file from the node_modules and entering the licence key/app name

  • a basic understanding of the APM Web transaction time, Apdex, and throughput charts.

Setup/Installation Requirements

  1. Download this repo using your terminal:
git clone https://github.com/kylelange/new-relic.git

cd new-relic

In your terminal type: node app.js

This app should now be running on localhost:3000

2.View the code by drag-and-dropping the file into your favorite text editor

Known Bugs

There are no known bugs as of the last commit. Please send an ISSUE on github in the repository if you see something I have not.

Support and contact details

For questions or comments, please email Kyle here.

Technologies Used

  • Express.js
  • Git + the Terminal
  • New Relic Documentation

License:

MIT license

Copyright (c) 2016 Kyle Lange

About

a first attempt to get a 'hello world' express.js server app to deploy and use New Relic's analytics


Languages

Language:JavaScript 100.0%