Skip to content

Parse the output of mongostat and send them to StatsD

Notifications You must be signed in to change notification settings

dongintercom/mongo2statsd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mongo2statsd

Parse the output of mongostat and send them to StatsD

usage

docker build -t mongo2statsd .
docker run -d mongo2statsd --mongo-host=<mongodb host> --statsd-host=<statsd host> --metric-prefix=mongodb

Metrics implemented:

  • <metric-prefix>.ops_count.insert
  • <metric-prefix>.ops_count.update
  • <metric-prefix>.ops_count.delete
  • <metric-prefix>.ops_count.query
  • <metric-prefix>.ops_count.getmore
  • <metric-prefix>.active_clients_count.read
  • <metric-prefix>.active_clients_count.write
  • <metric-prefix>.queued_clients_count.read
  • <metric-prefix>.queued_clients_count.write
  • <metric-prefix>.connection_count
  • [more to come]

About

Parse the output of mongostat and send them to StatsD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages