Skip to content

mrobinsn/nsq-prometheus-exporter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nsq-prometheus-exporter

Forked from https://github.com/caozhipan/nsq-prometheus-exporter

Build

go build -o nsq-prometheus-exporter main.go

Docker

  • Build & Push
docker build -t nsq-prometheus-exporter .
docker tag nsq-prometheus-exporter mrobinsn/nsq-prometheus-exporter:$VERSION
docker push mrobinsn/nsq-prometheus-exporter:$VERSION
  • Run
docker run -p 9527:9527 mrobinsn/nsq-prometheus-exporter:$VERSION -nsq.lookupd.address=192.168.31.1:4161,192.168.31.2:4161

About

nsq prometheus exporter

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 98.6%
  • Dockerfile 1.4%