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
Tried using Top Level Time filter and also ${Create Time} in the query, but it is always using now()
from "Meta Store" where Type = 'Events' and ${Create Time} between hour()-1h and hour() eval Period = floorHour(${Create Time}) eval Read = sum(${Read Count}) eval Write = sum(${Write Count}) eval Info = sum(${Info Count}) eval Warning = sum(${Warning Count}) eval Error = sum(${Error Count}) eval Fatal = sum(${Fatal Error Count}) group by Period, Feed select Period, Feed, Read, Write, Info, Warning, Error, Fatal
The text was updated successfully, but these errors were encountered:
stroomdev66
No branches or pull requests
Tried using Top Level Time filter and also ${Create Time} in the query, but it is always using now()
The text was updated successfully, but these errors were encountered: