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 details)

Uploaded Source

File details

Details for the file Eve-Statsd-0.0.2.tar.gz.

File metadata

  • Download URL: Eve-Statsd-0.0.2.tar.gz
  • Upload date:
  • Size: 39.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for Eve-Statsd-0.0.2.tar.gz
Algorithm Hash digest
SHA256 d82184c55bb9ca27a00993d091361d3b5358524d5acad541f0a68c9f499e4c10
MD5 1479acb5acff6b903476389530000b60
BLAKE2b-256 a2e27a214eeb324e22b6f0e883715a9cee3cc826e1590946506924a383217eed

See more details on using hashes here.

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