llama-stack-mirror/llama_stack/providers/inline/telemetry/meta_reference
Charlie Doern e258290213 fix: use logger for console telemetry
currently `print` is being used with custom formatting to achieve telemetry output in the console_span_processor

This causes telemetry not to show up in log files when using `LLAMA_STACK_LOG_FILE`. During testing it looks like telemetry is not being captures when it is

switch to using Rich formatting with the logger and then strip the formatting off when a log file is being uses so the formatting looks normal

Signed-off-by: Charlie Doern <cdoern@redhat.com>
2025-07-24 15:54:49 -04:00
..
__init__.py chore: enable pyupgrade fixes (#1806) 2025-05-01 14:23:50 -07:00
config.py feat: improve telemetry (#2590) 2025-07-04 17:29:09 +02:00
console_span_processor.py fix: use logger for console telemetry 2025-07-24 15:54:49 -04:00
sqlite_span_processor.py fix: fix test of root span to match what is being set (#2494) 2025-06-26 11:41:35 -04:00
telemetry.py feat: improve telemetry (#2590) 2025-07-04 17:29:09 +02:00