Bumped OTel to 0.11.0; fixes gh-1787
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user