Converted TextMap propagator getter to a class and added keys method (#1196)

Co-authored-by: alrex <aboten@lightstep.com>
This commit is contained in:
Prajilesh N 2020-11-02 09:42:47 +05:30 committed by GitHub
parent 12f24abb01
commit d5892b3d03
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ def _before_traversal(event):
start_time = environ.get(_ENVIRON_STARTTIME_KEY)
token = context.attach(
propagators.extract(otel_wsgi.get_header_from_environ, environ)
propagators.extract(otel_wsgi.carrier_getter, environ)
)
tracer = trace.get_tracer(__name__, __version__)