Skip to content

mcnamarabrian/mongodb-librato

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MongoDB → Librato

Publishes statistics from MongoDB's serverstatus to Librato. This code is compatible with MongoDB 3.x, not 2.x.

This code is strongly influenced by 6wunderkinder's postgres-librato code.

Features

Compatible with MongoDB 3.2.

Exposes the following stats:

  • mongodb.connections - gauge
  • mongodb.network - counter
  • mongodb.mem - gauge
  • mongodb.asserts - counter
  • mongodb.globalLock.totalTime - counter
  • mongodb.globalLock.activeClients - gauge
  • mongodb.globalLock.currentQueue - gauge

Setup (Ubuntu)

$ sudo apt-get -q -y install python-pip
$ sudo pip install -r requirements.txt

Related Work

About

Publish mongodb serverstat information to Librato.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages