llama-stack-mirror/llama_stack/providers/inline/telemetry/meta_reference
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 chore: enable pyupgrade fixes (#1806) 2025-05-01 14:23:50 -07:00
config.py refactor(env)!: enhanced environment variable substitution (#2490) 2025-06-26 08:20:08 +05:30
console_span_processor.py feat: drop python 3.10 support (#2469) 2025-06-19 12:07:14 +05:30
sqlite_span_processor.py fix: ensure 'root_span_id' column in 'traces' table is not null 2025-06-26 09:45:40 +01:00
telemetry.py refactor(env)!: enhanced environment variable substitution (#2490) 2025-06-26 08:20:08 +05:30