llama-stack-mirror/llama_stack/providers/inline/telemetry/meta_reference
Charlie Doern e2aefd797f fix: fix meta_reference telemetry console
currently, none of the inference metrics are printed when using the console.

This is because self._log_metric is only implemented if self.meter is not None.

acquire the lock, and add event to the span as the other `_log_...` method do

Signed-off-by: Charlie Doern <cdoern@redhat.com>
2025-08-06 15:48:41 -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 fix: fix meta_reference telemetry console 2025-08-06 15:48:41 -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: fix meta_reference telemetry console 2025-08-06 15:48:41 -04:00