liqian 3 years ago
parent
commit
5a409aa88d
1 changed files with 4 additions and 4 deletions
  1. 4 4
      app.py

+ 4 - 4
app.py

@@ -17,10 +17,10 @@ from utils import update_video_w_h_rate
 from gevent import monkey
 
 # 导入skywalking链路监控
-from skywalking import agent, config
-config.init(collector='skywalking.piaoquantv.com:11800', service='rov-server')
-config.flask_collect_http_params = True
-agent.start()
+# from skywalking import agent, config
+# config.init(collector='skywalking.piaoquantv.com:11800', service='rov-server')
+# config.flask_collect_http_params = True
+# agent.start()
 
 monkey.patch_all()