Bumped OTel to 0.11.0; fixes gh-1787

This commit is contained in:
Marcin Grzejszczak
2020-11-30 15:34:53 +01:00
parent 16bf4d6d10
commit 79e0bf1d36
17 changed files with 108 additions and 59 deletions

View File

@@ -68,6 +68,12 @@ public interface BaggageInScope extends Closeable {
*/
BaggageInScope set(TraceContext traceContext, String value);
/**
* Sets the current baggage in scope.
* @return this in scope
*/
BaggageInScope makeCurrent();
@Override
void close();