robbietjuh / uwsgi-influxdb

uWSGI plugin for influxdb integration (FIX: see fix/line-protocol branch)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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://localhost:8086/db/uwsgi/series?u=root&p=root

About

uWSGI plugin for influxdb integration (FIX: see fix/line-protocol branch)

License:MIT License


Languages

Language:C 98.4%Language:Python 1.6%