llama-stack-mirror/llama_stack/providers/utils
Gordon Sim 7a2ecb691f fix: ensure 'root_span_id' column in 'traces' table is not null
Using the telemetry API to query the sqlite store of traces and spans
requires that each trace record references the first span recorded
locally in the 'spans' table.

This fix ensures such a reference is always in place whether or
not a traceparent is passed in.

Signed-off-by: Gordon Sim <gsim@redhat.com>
2025-06-26 09:45:40 +01:00
..
bedrock feat: drop python 3.10 support (#2469) 2025-06-19 12:07:14 +05:30
common chore: enable pyupgrade fixes (#1806) 2025-05-01 14:23:50 -07:00
datasetio chore(refact): move paginate_records fn outside of datasetio (#2137) 2025-05-12 10:56:14 -07:00
inference chore: remove nested imports (#2515) 2025-06-26 08:01:05 +05:30
kvstore refactor(env)!: enhanced environment variable substitution (#2490) 2025-06-26 08:20:08 +05:30
memory chore: remove nested imports (#2515) 2025-06-26 08:01:05 +05:30
responses feat: support auth attributes in inference/responses stores (#2389) 2025-06-20 10:24:45 -07:00
scoring chore: enable pyupgrade fixes (#1806) 2025-05-01 14:23:50 -07:00
sqlstore refactor(env)!: enhanced environment variable substitution (#2490) 2025-06-26 08:20:08 +05:30
telemetry fix: ensure 'root_span_id' column in 'traces' table is not null 2025-06-26 09:45:40 +01:00
tools chore: bump python supported version to 3.12 (#2475) 2025-06-24 09:22:04 +05:30
vector_io feat: Add ChunkMetadata to Chunk (#2497) 2025-06-25 15:55:23 -04:00
__init__.py API Updates (#73) 2024-09-17 19:51:35 -07:00
pagination.py chore(refact): move paginate_records fn outside of datasetio (#2137) 2025-05-12 10:56:14 -07:00
scheduler.py chore: bump python supported version to 3.12 (#2475) 2025-06-24 09:22:04 +05:30