Skip to content
Snippets Groups Projects
Unverified Commit 7b8bc618 authored by Jorik Schellekens's avatar Jorik Schellekens Committed by GitHub
Browse files

Don't accept opentracing data from clients. (#5715)

* Don't accept opentracing data from clients.

* newsfile
parent 5c05ae7b
No related branches found
No related tags found
No related merge requests found
Don't accept opentracing data from clients.
......@@ -340,8 +340,7 @@ def trace_servlet(servlet_name, func):
@wraps(func)
@defer.inlineCallbacks
def _trace_servlet_inner(request, *args, **kwargs):
with start_active_span_from_context(
request.requestHeaders,
with start_active_span(
"incoming-client-request",
tags={
"request_id": request.get_request_id(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment