Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 528 Bytes

README.rst

File metadata and controls

25 lines (16 loc) · 528 Bytes

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