I am facing a problem of two queries in one graph obviously influencing eachother and I am running out of Ideas on how to solve this. I once built something similar in grafana 7 but cant seem to get the same thing to work in grafana 8.
What Grafana version and what operating system are you using?
8.2.1
What are you trying to achieve?
Display the count of results from one query as bars grouped by week (“events per week”) and simultaniously display a line graph that has values for each minute
How are you trying to achieve it?
set up two queries, used GROUP BY time(1w,none) in the Bar-Query
What happened?
When only the bar query is visible everything looks as expected. As soon as I add the line query the bars get squised into vertical lines. It seems like the resolution of the line influences the width of the bars.
What did you expect to happen?
queries displayed the same way without influencing eachother
But how can I achieve the same thing in the time series panel?
I went above and beyond this forum and every single example I found had identical times for all the data in one panel.
I cant believe it is no longer possible to have one graph based on data that is provided for each minute and one that only has data once a week in the same panel. That just doesnt make sense to me.