zwopiR f9035d0814 Merge pull request #2 from tsne/master
Divide stats collector in sub-collectors
2015-12-22 10:06:20 +01:00
2015-12-11 15:22:25 +01:00
2015-12-11 15:22:25 +01:00
2015-12-21 20:46:02 +01:00
2015-12-11 15:22:25 +01:00

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
Description
No description provided
Readme 299 KiB
Languages
Go 94.1%
Makefile 4.8%
Dockerfile 1.1%