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

Results with no points should exclude columns and points #216

Closed
pauldix opened this issue Jan 30, 2014 · 0 comments
Closed

Results with no points should exclude columns and points #216

pauldix opened this issue Jan 30, 2014 · 0 comments
Milestone

Comments

@pauldix
Copy link
Member

pauldix commented Jan 30, 2014

The list series query returns results like this:

[
  {"name":"metrics_Box001001_system_mem_used","columns":["time","sequence_number"],"points":[]},
  {"name":"metrics_Box001002_pf_labels_wan_bytes_in","columns":["time","sequence_number"],"points":[]}
]

Since points is an empty array it should be excluded. Also, because there are no points, there should be no columns, and so columns should be excluded.

jvshahid pushed a commit that referenced this issue Aug 12, 2014
chore(server.go) add comment for init
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

1 participant