高级canal工具
项目描述
用于cantal度量收集系统的工具。
文档: http://cantal-tools.readthedocs.io
该包包含用于收集WSGI应用程序、Flask、Redis、Elasticsearch、SQLAlchemy和Django的度量工具。更多信息请参阅文档。
基本用法
import cantal
from cantal_tools.werkzeug_serving import CantaledWSGIServer
cantal.start()
CantaledWSGIServer(
port=8080,
).serve_forever()