llama-stack-mirror/llama_stack/providers/utils/telemetry
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
..
__init__.py kill unnecessarily large imports from telemetry init 2024-12-08 16:57:16 -08:00
dataset_mixin.py chore: enable pyupgrade fixes (#1806) 2025-05-01 14:23:50 -07:00
sqlite_trace_store.py chore: enable pyupgrade fixes (#1806) 2025-05-01 14:23:50 -07:00
trace_protocol.py chore: enable pyupgrade fixes (#1806) 2025-05-01 14:23:50 -07:00
tracing.py fix: ensure 'root_span_id' column in 'traces' table is not null 2025-06-26 09:45:40 +01:00