Span types
Bases: BaseModel
Base data class representing a span.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
id_
|
str
|
Id of span. |
'0c391b8f-4c80-4eeb-9bf1-789db4f8cddb'
|
parent_id
|
str | None
|
Id of parent span. |
None
|
tags
|
Dict[str, Any]
|
|
{}
|
Source code in .venv/lib/python3.14/site-packages/llama_index_instrumentation/span/base.py
7 8 9 10 11 12 13 | |
options: show_root_heading: true show_root_full_path: false