sentry-ssdb-nodestore:Sentry的SSDB NodeStore后端

时间:2024-05-21 18:35:21
【文件属性】:

文件名称:sentry-ssdb-nodestore:Sentry的SSDB NodeStore后端

文件大小:6KB

文件格式:ZIP

更新时间:2024-05-21 18:35:21

Python

sentry-ssdb-node存储 扩展实现了NodeStorage接口 安装 首先在Ubuntu上安装包含标头的libmsgpack,这将是: $ apt-get install libmsgpack-dev 然后从github(在哨兵virtualenv内部)安装python软件包: $ source bin/active $ pip install git+https://github.com/felixbuenemann/sentry-ssdb-nodestore 配置 将此添加到您的sentry.conf.py : SENTRY_NODESTORE = 'sentry_ssdb_nodestore.backend.SSDBNodeStorage' SENTRY_NODESTORE_OPTIONS = { 'host' : 'localhost' , 'p


【文件预览】:
sentry-ssdb-nodestore-master
----LICENSE(1KB)
----setup.py(1KB)
----README.md(4KB)
----sentry_ssdb_nodestore()
--------backend.py(5KB)
--------__init__.py(0B)
----.gitignore(30B)

网友评论