Skip to content

yaal-coop/uwsgi-influxdb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uwsgi-influxdb

uWSGI plugin for influxdb integration

INSTALL

The plugin is 2.x friendly:

uwsgi --build-plugin https://github.com/unbit/uwsgi-influxdb

USAGE

Just pass the url of your influxdb api:

[uwsgi]
master = true
processes = 8
threads = 4

http-socket = :9090
enable-metrics = true

plugin = influxdb
stats-push =influxdb:http://host:8086/write?db=dbname&u=user&p=pass,tag=tag1

img

About

uWSGI plugin for influxdb integration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.1%
  • Python 0.9%