Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 505 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 505 Bytes

uwsgi-datadog

uWSGI plugin for datadog integration

It currently supports only metrics, alarm support (via events) is on work

INSTALL

The plugin is 2.x friendly:

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

USAGE

Just pass the url of your datadog api:

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

http-socket = :9090
enable-metrics = true

plugin = datadog
stats-push = datadog:https://app.datadoghq.com/api/v1/series?api_key=API_KEY