Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pump, Cedric
lab-tracing
Commits
b4c0e88e
Commit
b4c0e88e
authored
Dec 27, 2020
by
Nane Kratzke
Browse files
span propagation
parent
cca2a0a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
hiphop/service.py
View file @
b4c0e88e
...
...
@@ -47,7 +47,8 @@ def hip():
print
(
ex
)
traceback
.
print_exc
()
r
=
"END"
parent_span
.
finish
()
if
"finish"
in
dir
(
parent_span
):
parent_span
.
finish
()
return
f
"hop-
{
tier
}
->
{
r
}
"
app
.
run
(
host
=
"0.0.0.0"
,
port
=
80
)
Write
Preview
Supports
Markdown
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