Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 482 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 482 Bytes

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