https://github.com/lovoo/nsq_exporter
Prometheus Metrics exporter for NSQ
https://github.com/lovoo/nsq_exporter
exporter nsq prometheus
Last synced: 4 months ago
JSON representation
Prometheus Metrics exporter for NSQ
- Host: GitHub
- URL: https://github.com/lovoo/nsq_exporter
- Owner: lovoo
- License: bsd-3-clause
- Created: 2015-12-10T15:49:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-05-04T13:53:03.000Z (almost 2 years ago)
- Last Synced: 2024-11-27T14:04:44.879Z (5 months ago)
- Topics: exporter, nsq, prometheus
- Language: Go
- Homepage:
- Size: 235 KB
- Stars: 94
- Watchers: 29
- Forks: 73
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NSQ Exporter
[](https://godoc.org/github.com/lovoo/nsq_exporter) [](https://travis-ci.org/lovoo/nsq_exporter) [](https://microbadger.com/images/lovoo/nsq_exporter "Get your own image badge on microbadger.com")
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
make
OR
go get -u github.com/lovoo/nsq_exporter
go install github.com/lovoo/nsq_exporter## 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