llama-stack-mirror/llama_stack/providers/inline/telemetry
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
..
meta_reference fix: fix meta_reference telemetry console 2025-08-06 15:48:41 -04:00
__init__.py Telemetry API redesign (#525) 2024-12-04 11:22:45 -08:00