Skip to main content

Statsd integration for eve

Project description

https://travis-ci.org/tarzan0820/Eve-Statsd.png?branch=master

An addon for Eve. Eve-Statsd automatically monitors active domains/resources, sending “Hit Counters” and “Timers” to your statsd instance

Features

  • For enabled resources, monitors api hits and response time to your statsd instance

  • You can also use the statsd object at app.statsd to do custom timing

License

Eve-Statsd is GPLv3 licensed.

Install

$ pip install Eve-Statsd

Usage

Example usage is show below.

from Eve import eve
from eve_statsd import StatsD

app = Eve()
StatsD(app)

Config

There are 4 options for Eve-Statsd taken from app.config:

  • STATSD_HOST (default: 'localhost')

  • STATSD_PORT - (default: 8125)

  • STATSD_PREFIX - (default: None)

  • STATSD_MONITORED_DOMAINS - (default: [])

STATSD_MONITORED_DOMAINS is a list of all domains that should be monitored. If none is provided all declare domians are monitored

Changelog

0.0.2 (2016-01-06)

  • check that a resource is being accessed before firing hook

0.0.1 (2016-01-04)

  • initial release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Eve-Statsd-0.0.2.tar.gz (39.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page