Statsd integration for eve
Project description
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | d82184c55bb9ca27a00993d091361d3b5358524d5acad541f0a68c9f499e4c10 |
|
MD5 | 1479acb5acff6b903476389530000b60 |
|
BLAKE2b-256 | a2e27a214eeb324e22b6f0e883715a9cee3cc826e1590946506924a383217eed |