|
Currently, reports have a start time and an end time to query based on, but there's no way to query based on the difference between those times. I would like to be able to find, say, the slowest nodes in my infrastructure, or the slowest runs for a given node in the past 30 days.
This could either work by querying against a "duration" field (which may or may not be included in the result) or by providing the ability to compare timestamps, such as with the age() function.
|