Skip to content

Node.js monitoring solution. Reference the npm module “devmetrics” in your app to get basic logging, metrics and dashboards. Follow guidelines at devmetrics.io to extend the solution.

Notifications You must be signed in to change notification settings

devmetrics/devmetrics-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

devmetrics Logo

#Opensource Usage Analytic for Web.

Build on top of StatsD - InfluxDB - Grafana stack.

We provide usage tracking and analytics solution, production-ready, scalable and opensource. Make smart product decisions timely with accurate usage data.

It will take just few minutes to start seeing your users behavior.

var devmetrics = require('devmetrics')({'app_id': 'my_app_id'});
devmetrics.userEvent('page_loaded_event');
devmetrics.userEvent('button_click', ['red_button', 'android']);
devmetrics.measure(123, 'page_load_time', ['index_page']);

See devmetrics.io for documentation, app_id and great dashboards.

About

Node.js monitoring solution. Reference the npm module “devmetrics” in your app to get basic logging, metrics and dashboards. Follow guidelines at devmetrics.io to extend the solution.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •