This commit is contained in:
pengtao 2020-11-30 15:31:02 +08:00
parent 6efb5b4a00
commit a03bffae5e
2 changed files with 14 additions and 0 deletions

View File

@ -21,3 +21,8 @@
监控管理 服务可用性监控,服务性能监控,日志监控,服务自拉起
报表管理 OPS系统统计数据汇总
接口管理 应用接口配置及管理
### todo:
raven 模块的使用
https://raven.readthedocs.io/en/stable/integrations/tornado.html

View File

@ -0,0 +1,9 @@
# -*- coding: utf-8 -*-
def main():
pass
if __name__ == "__main__":
main()