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
Hey, when we add a bar_chart graph with X AXIS at Value, we have an empty graph with group_by cannot be empty.
I tried to modify graph, set X AXIS at Time and back to Value, then the graph works with Group By filled at partition. I saved and export as Json to see what is the missing setting and I seen it was metrics.groupNames: partition. I added the setting group_names = ["partition"] under bar_chart.query.metrics and bar_chart.query.metrics.promql_query but I still have the same issue.
Affected Resource(s)
coralogix_dashboard
Terraform Configuration Files
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
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.
Thanks.
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: