Skip to content

bm-skutzke/uwsgi_exporter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uWSGI Prometheus Exporter

Reads the uWSGI stats socket and exports metrics.

Usage

-uwsgi-stats-adddress handles:

  • file:///path/to/file.json
  • fileglob:///path/to/files*.json
  • unix:///path/to/file.sock
  • unixglob:///path/to/files*.sock

UNIX Socket

Start uwsgi with something like:

uwsgi --stats /tmp/uwsgi.sock --http :9090 --wsgi-file uwsgi_app.py

Then start the exporter:

uwsgi_exporter -listen-address localhost:9131 -uwsgi-stats-address unix:///tmp/uwsgi.sock

About

uWSGI stats exporter for Prometheus

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Go 99.1%
  • Makefile 0.9%