-
Notifications
You must be signed in to change notification settings - Fork 8
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
Error "group_by cannot be empty" with bar_chart #250
Comments
I'm not sure but I don't see |
CX team got eyes on this one. I'll keep you posted as soon as possible |
Thanks @iagobanov |
Hi @iagobanov, do you have any news about it? Actually, I tried to use the latest version of provider but we still have empty dash because of that. |
Hey, just for information, we upgraded recently to the version 2.0.7 of provider and we still have the issue. |
Hey, when we add a
bar_chart
graph with X AXIS at Value, we have an empty graph withgroup_by cannot be empty
.I tried to modify graph, set
X AXIS
atTime
and back toValue
, then the graph works withGroup By
filled atpartition
. I saved and export as Json to see what is the missing setting and I seen it wasmetrics.groupNames: partition
. I added the settinggroup_names = ["partition"]
underbar_chart.query.metrics
andbar_chart.query.metrics.promql_query
but I still have the same issue.Affected Resource(s)
Terraform Configuration Files
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
Debug Output
Panic Output
Expected Behavior
Actual Behavior
The graph is empty with
group_by cannot be empty
errorSteps to Reproduce
Important Factoids
References
Community Note
The text was updated successfully, but these errors were encountered: