class documentation
Undocumented
| Method | __init__ |
Undocumented |
| Method | start |
Undocumented |
| Method | start |
Undocumented |
| Instance Variable | _tracer |
Undocumented |
@_agnosticcontextmanager
def start_as_current_span(self, name: str, context: Context | None = None, kind: SpanKind = SpanKind.INTERNAL, attributes: types.Attributes = None, links: Sequence[ Link] | None = None, start_time: int | None = None, record_exception: bool = True, set_status_on_exception: bool = True, end_on_exit: bool = True) -> Iterator[ Span]:
(source)
¶
Undocumented
def start_span(self, name:
str, context: Context | None = None, kind: SpanKind = SpanKind.INTERNAL, attributes: types.Attributes = None, links: Sequence[ Link] | None = None, start_time: int | None = None, record_exception: bool = True, set_status_on_exception: bool = True) -> Span:
(source)
¶
Undocumented