Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upNil pointer panic in expandSeriesSet #5276
Comments
juliusv
added
kind/bug
help wanted
component/promql
labels
Feb 26, 2019
This comment has been minimized.
This comment has been minimized.
|
I /cc @mknapphrt |
This comment has been minimized.
This comment has been minimized.
|
The query |
brian-brazil
referenced this issue
Mar 1, 2019
Merged
Fix panic when aggregator param is not a literal. #5290
codesome
closed this
in
#5290
Mar 4, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
juliusv commentedFeb 26, 2019
•
edited
The following PromQL expression makes the expression evaluator panic in Prometheus built off recent master revision 5fbda4c:
topk(scalar(count(node_cpu_seconds_total)), node_cpu_seconds_total)Example: http://demo.robustperception.io:9090/graph?g0.range_input=1h&g0.expr=topk(scalar(count(node_cpu_seconds_total))%2C%20node_cpu_seconds_total)&g0.tab=1
Stack trace: