Skip to content

sawilde/metrics-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple node applcation with a mongodb backed storage.

Used to capture metrics (initially for the purpose of OpenCover metrics) that can then be used for a dashboard.

HOSTING:

So as to not use the default/development username and password of user:pwd outside the development environment you should alter the following environment variables on your hosting site:

METRICS_USERNAME
METRICS_PASSWORD

e.g. for Heroku

heroku config:add METRICS_USERNAME=user --app <APPNAME>
heroku config:add METRICS_PASSWORD=pwd --app <APPNAME>

CHART

The Sample Chart is available showing the current OpenCover coverage metrics.

About

A simple nodejs application with a mongodb backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published