Skip to content
New issue

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

Wire up limit and offset on show series #1765

Closed
pauldix opened this issue Feb 26, 2015 · 0 comments
Closed

Wire up limit and offset on show series #1765

pauldix opened this issue Feb 26, 2015 · 0 comments
Assignees

Comments

@pauldix
Copy link
Member

pauldix commented Feb 26, 2015

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

@rothrock rothrock self-assigned this Feb 26, 2015
@pauldix pauldix assigned pauldix and unassigned rothrock Feb 27, 2015
@pauldix pauldix removed the 1 - Ready label Feb 27, 2015
@rothrock rothrock reopened this Feb 27, 2015
@pauldix pauldix closed this as completed Feb 27, 2015
@pauldix pauldix removed the 1 - Ready label Feb 27, 2015
mark-rushakoff pushed a commit that referenced this issue Jan 11, 2019
…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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants