llama-stack-mirror/llama_stack/providers/inline/telemetry/meta_reference
Sébastien Han 63bc5c3c53
refactor: move all datetime.now() calls to UTC
Updated all instances of datetime.now() to use timezone.utc for
consistency in handling time across different systems. This ensures that
timestamps are always in Coordinated Universal Time (UTC), avoiding
issues with time zone discrepancies and promoting uniformity in
time-related data.

Signed-off-by: Sébastien Han <seb@redhat.com>
2025-03-13 10:46:54 +01:00
..
__init__.py Miscellaneous fixes around telemetry, library client and run yaml autogen 2024-12-08 20:40:22 -08:00
config.py refactor(test): unify vector_io tests and make them configurable (#1398) 2025-03-04 13:37:45 -08:00
console_span_processor.py refactor: move all datetime.now() calls to UTC 2025-03-13 10:46:54 +01:00
sqlite_span_processor.py refactor: move all datetime.now() calls to UTC 2025-03-13 10:46:54 +01:00
telemetry.py feat: Add back inference metrics and preserve context variables across asyncio boundary (#1552) 2025-03-12 12:01:03 -07:00