I would like to query the same measurement across different retention policies into a single graph. Ideally, I'd like to do this in the query itself, as I'm working with Grafana.
According to Flux documentation, "Flux structures all data in tables. When data is streamed from data sources, Flux formats it as annotated comma-separated values (CSV), representing tables. Functions then manipulate or process them and output new tables."
Would different retention policies behave like different tables in this context? Would I be able to use the union() function in order to get what I want? Any insight would be greatly appreciated.