cantal_tools

High level cantal tools


License
MIT
Install
pip install cantal_tools==0.2.4

Documentation

Cantal tools

High level tools for cantal metrics collection system.

Documentation: http://cantal-tools.readthedocs.io

Package contains utils for collecting metrics for WSGI applications, Flask, Redis, Elasticsearch, SQLAlchemy and Django. See docs for more.

Basic usage:

import cantal
from cantal_tools.werkzeug_serving import CantaledWSGIServer

cantal.start()

CantaledWSGIServer(
    port=8080,
    ).serve_forever()