Skip to content

bottlenose-inc/nsq-exporter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NSQ Exporter

GoDoc

NSQ exporter for prometheus.io, written in go.

Usage

docker run -d --name nsq-exporter -l nsqd:nsqd -p 9117:9117 lovoo/nsq-exporter:latest -nsq.addr=http://nsqd:4151 -collectors=nsqstats

Building

go get -u github.com/lovoo/nsq_exporter
go install github.com/lovoo/nsq-exporter

TODO

  • collect all nsqd instances over nsqlookupd

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%