Skip to content

funspectre/simple-metrics-server

Repository files navigation

simple-metrics-server

codecov

A simple ephemeral metrics logging & aggregation server.


Install Dependencies

Install all package dependencies (one time operation)

npm install

Run It

Run in development mode:

Runs the application is development mode. Should not be used in production

npm run dev

or debug it

npm run dev:debug

Run in production mode:

Compiles the application and starts it in production production mode.

npm run build
npm start

Test It

Run the Mocha unit tests

npm test

or debug them

npm run test:debug

Debug It

Debug the server:

npm run dev:debug

Debug Tests

npm run test:debug

About

A simple ephemeral metrics logging & aggregation server

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published