Skip to content

bottlenose-inc/nsqd-prometheus-exporter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nsqd-prometheus-exporter CircleCI

Scrapes nsqd stats and serves them up as Prometheus metrics.

If a previously detected topic or channel no longer exists in a new scrape, the exporter will die, counting on Docker to bring it up again in a fresher state.

Usage

NAME:
   nsqd-prometheus-exporter - Scrapes nsqd stats and serves them up as Prometheus metrics

USAGE:
   nsqd-prometheus-exporter [global options] command [command options] [arguments...]

VERSION:
   0.2.0

COMMANDS:
   run		./nsqd-prometheus-exporter [options] run
   help, h	Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --nsqdUrl, -n 'http://localhost:4151' URL of nsqd to export stats from [$NSQD_URL]
   --listenPort, --lp '30000'            Port on which prometheus will expose metrics [$LISTEN_PORT]
   --scrapeInterval, -s '30'             How often (in seconds) nsqd stats should be scraped [$SCRAPE_INTERVAL]
   --help, -h                            show help
   --version, -v                         print the version

About

Scrapes nsqd stats and serves them up as Prometheus metrics.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 93.3%
  • Makefile 6.7%