Fix merge conflict (#2213)
This commit is contained in:
parent
7538a66d4c
commit
201691b8a1
|
@ -43,7 +43,7 @@ public class ParentContextExtractor {
|
||||||
}
|
}
|
||||||
|
|
||||||
static Context fromHttpHeaders(Map<String, String> headers) {
|
static Context fromHttpHeaders(Map<String, String> headers) {
|
||||||
return BaseTracer.extract(lowercaseMap(headers), MapGetter.INSTANCE);
|
return BaseTracer.extractWithGlobalPropagators(lowercaseMap(headers), MapGetter.INSTANCE);
|
||||||
}
|
}
|
||||||
|
|
||||||
// lower-case map getter used for extraction
|
// lower-case map getter used for extraction
|
||||||
|
|
Loading…
Reference in New Issue