Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pump, Cedric
lab-tracing
Commits
f3deb2ea
Commit
f3deb2ea
authored
Dec 27, 2020
by
Nane Kratzke
Browse files
debugging request headers
parent
6255d60b
Changes
1
Show whitespace changes
Inline
Side-by-side
hiphop/service.py
View file @
f3deb2ea
from
flask
import
Flask
,
redirect
from
flask
import
Flask
,
redirect
,
request
from
jaeger_client
import
Config
from
flask_opentracing
import
FlaskTracer
#, FlaskTracing
import
opentracing
...
...
@@ -32,6 +32,7 @@ def index():
@
app
.
route
(
'/hip'
)
def
hip
():
print
(
request
.
headers
)
r
=
""
try
:
parent_span
=
tracer
.
get_span
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment