Skip to content

adiosspandit/samplenode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

samplenode

This is a sample node application to test New Relic with Node in a Docker container.

May help someone at some point

Very simple install Docker on OS

Create a folder and place the Dockerfile in the folder

Execute docker build --no-cache=true -t example/node:latest ." The magic happens

Place runmany.sh in same folder. Edit and replace me NR key with your NR key.

Execute "./runmany.sh" enjoy the metrics in your NR account

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 56.1%
  • JavaScript 29.3%
  • Shell 14.6%