v.20.10New Feature
Add event_time_microseconds to system.asynchronous_metric_log and system.metric_log tables
Addevent_time_microsecondstosystem.asynchronous_metric_log&system.metric_logtables. #14514 (Bharat Nallan).
Why it matters
This feature enhances the granularity of metric logging by storing event timestamps with microsecond precision. It allows users to perform more precise monitoring and analysis of asynchronous and synchronous metrics within ClickHouse.How to use it
Users can query theevent_time_microseconds column directly from the system.metric_log and system.asynchronous_metric_log tables to access event timestamps at microsecond resolution.