Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

gregberge/black-pearl-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

black-pearl-client Build Status

Ultra simple client to push metrics in a Elastic Search + Kibana.

Install

npm install black-pearl-client

Usage

var blackPearl = require('black-pearl-client');
var client = blackPearl.createClient('http://localhost:9400');

client.push('connectedUsers', { count: 5 });

Kibana

License

MIT

About

Ultra simple client to push metrics in a Elastic Search + Kibana.

Resources

Stars

Watchers

Forks

Packages

No packages published