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
when the post call is made, i can able to see the dashboard and panel created, and targets added successfully with the query and datasource thats defined.. but i am not able to see the graph panel with grid and graph..
When i used the "Expr" instead of "Query" in the targets.. i can able to see grid coming, but the query is not visible..
is there a bug or sdk not not supporting Flux queries?
I am using grafana 7.3.3 and
The text was updated successfully, but these errors were encountered:
When i create the same manually like adding a panel, graph and datasource and same query.. its working perfectly. Am i doing anything wrong in using the sdk? am i missed passing any values that are required?
Unfortunately but Grafana doesn't fully verify the model before accepting the input so such weird things could happen. I'm not sure when I will have time to get around this but you can help out by trying to create a Grafana dashboard with that panel manually, and comparing what you get with the sdk & what you get after creating the panel manually. This way you could deduce what is missing.
I am using Flux 2.X as the datasource.
I have defined the targets in my code like this..
when the post call is made, i can able to see the dashboard and panel created, and targets added successfully with the query and datasource thats defined.. but i am not able to see the graph panel with grid and graph..
When i used the "Expr" instead of "Query" in the targets.. i can able to see grid coming, but the query is not visible..
is there a bug or sdk not not supporting Flux queries?
I am using grafana 7.3.3 and
The text was updated successfully, but these errors were encountered: