8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 248142c commit 4849ec1Copy full SHA for 4849ec1
examples/microservice_distribued_tracing/ms2/main.py
@@ -1,4 +1,4 @@
1
-from flask import jsonify, current_app, request
+from flask import jsonify, request
2
3
from pyms.flask.app import Microservice
4
setup.py
@@ -37,6 +37,7 @@
37
'flask-opentracing>=1.1.0',
38
'opentracing>=2.1',
39
'opentracing-instrumentation>=3.2.1',
40
+ 'tornado>=4.3,<6.0'
41
]
42
43
install_metrics_requires = [
0 commit comments