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
a1533ea3
Commit
a1533ea3
authored
Dec 27, 2020
by
Nane Kratzke
Browse files
span creation
parent
1af9fc23
Changes
1
Show whitespace changes
Inline
Side-by-side
hiphop/service.py
View file @
a1533ea3
...
...
@@ -35,7 +35,7 @@ def hip():
print
(
request
.
headers
)
r
=
""
try
:
parent_span
=
tracer
.
get_span
(
request
)
parent_span
=
tracer
.
get_span
(
request
)
if
"X-B3-Traceid"
in
request
.
headers
else
tracer
.
get_span
()
print
(
f
"
{
parent_span
}
"
)
with
opentracing
.
tracer
.
start_span
(
f
"
{
service
}
-
{
tier
+
1
}
"
,
child_of
=
parent_span
)
as
span
:
url
=
f
"http://
{
service
}
-
{
tier
+
1
}
"
...
...
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