You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using last() function the beginning of unix epoch is always returned as timestamp. Its a little troublesome because I cannot use ORDER BY time DESC limit 1 yet and I simply want to get the latest value with its timestamp.
Query:
SELECT last(value) FROM /^response_times.service_1.*/ LIMIT 1
When using
last()
function the beginning of unix epoch is always returned as timestamp. Its a little troublesome because I cannot useORDER BY time DESC limit 1
yet and I simply want to get the latest value with its timestamp.Query:
Response:
The text was updated successfully, but these errors were encountered: