Span types
Bases: BaseModel
Base data class representing a span.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
id_
|
str
|
Id of span. |
'4924d9c9-856c-4641-b0ca-82ed1d597ace'
|
parent_id
|
str | None
|
Id of parent span. |
None
|
tags
|
Dict[str, Any]
|
|
{}
|
Source code in llama_index_instrumentation/span/base.py
7 8 9 10 11 12 13 | |
options: show_root_heading: true show_root_full_path: false