llama-stack-mirror/llama_stack/providers/inline/telemetry/meta_reference
Charlie Doern 6bcc1ad205 feat: telemetry logging fixes
this does a few things:

1. fixes `on_start` so that all span [START] and [END] is printed. not just [END]
2. change `log.py` to set the default `telemetry` category to WARN not INFO

This allows us to keep the metric logging and the verbosity of seeing the span [START] and [END] but by default hides it from normal users.

This conforms to our logging system since a user just need to switch the category to INFO to see the logs

Signed-off-by: Charlie Doern <cdoern@redhat.com>
2025-08-15 17:47:26 -04:00
..
__init__.py chore(rename): move llama_stack.distribution to llama_stack.core (#2975) 2025-07-30 23:30:53 -07:00
config.py chore(rename): move llama_stack.distribution to llama_stack.core (#2975) 2025-07-30 23:30:53 -07:00
console_span_processor.py feat: telemetry logging fixes 2025-08-15 17:47:26 -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 fix: telemetry fixes (inference and core telemetry) (#2733) 2025-08-06 13:37:40 -07:00