We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
current standart expected query is
SELECT toUInt64(event_time) * 1000 AS time, (toUInt64(event_time) + (rand() % 600)) * 1000 AS time_end, if(rand() % 2 = 1, '[alert] title', '[annotation] title') AS title, if(rand() % 2 = 1, '[alert] description', '[annotation] description') AS text, arrayStringConcat(['test1', 'test2', service_name],',') AS tags FROM default.test_grafana WHERE rand() % 100 IN (1,50) AND toUInt64(event_time) >= $from AND toUInt64(event_time) < $to
Would be great to use event_time (which have DateTime('timezone')) as is without transformation to UInt64
event_time
The text was updated successfully, but these errors were encountered:
No branches or pull requests
current standart expected query is
Would be great to use
event_time
(which have DateTime('timezone')) as is without transformation to UInt64The text was updated successfully, but these errors were encountered: