Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Implement baggage support in the OT shim #239

Closed
@johananl

Description

@johananl

We should implement baggage support in the OT shim:

@property
def baggage(self):
logger.warning(
"Using unimplemented property baggage on class %s.",
self.__class__.__name__,
)
# TODO: Implement.

def set_baggage_item(self, key, value):
logger.warning(
"Calling unimplemented method set_baggage_item() on class %s",
self.__class__.__name__,
)
# TODO: Implement.
def get_baggage_item(self, key):
logger.warning(
"Calling unimplemented method get_baggage_item() on class %s",
self.__class__.__name__,
)
# TODO: Implement.

Metadata

Metadata

Assignees

Labels

shimOpenTracing or OpenCensus compatibilitytracing

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions