Altinity/clickhouse-grafana

Support for float timestamp for logs

Opened this issue · 1 comments

In the logs panel and logs explore, if the first column is a float then it should be considered a timestamp with subsecond precision (similar to the UInt64 special case for Unix timestamps).

Thining a bit further, the most versatile way would be the following:

  • The timestamp column should be obtained from the "Query Settings" tab if its set there
  • The "Query Settings" timestamp selector should support also Float* and UInt64 based timestamps (this would also benefit timeseries and table panes)