uWSGI plugin for influxdb integration
The plugin is 2.x friendly:
uwsgi --build-plugin https://github.com/unbit/uwsgi-influxdb
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