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
For instance say you had 2 measurements and 3 series on each like this:
1 cpu region=uswest host=serverA
2 cpu region=uswest host=serverB
3 cpu region=uswest host=serverC
4 memory region=uswest host=serverA
5 memory region=uswest host=serverB
6 memory region=uswest host=serverC
The SHOW SERIES query will return 2 series, one for each measurement with the 3 series in each.
If they issue a query SHOW SERIES LIMIT 2 OFFSET 2 they should get back 2 series but the cpu series will only have series 3 in it and then the memory measurement with the 4 series in it
The text was updated successfully, but these errors were encountered:
…1765)
* feat(task): Allow the most recent run time to be shown in the api.
When showing tasks in the api latest_completed will now show in the api if it has been run.
fixes#1705
For instance say you had 2 measurements and 3 series on each like this:
The
SHOW SERIES
query will return 2series
, one for each measurement with the 3 series in each.If they issue a query
SHOW SERIES LIMIT 2 OFFSET 2
they should get back 2series
but thecpu
series will only have series3
in it and then thememory
measurement with the4
series in itThe text was updated successfully, but these errors were encountered: