I’m using v10.2.3 via the cloud/web interface.
I’m looking at time series data on the performance of a large variety of different products (20+). The data and the kind of visualization I want is exactly the same for each product; so the query for each one will be identical except for the single line specifying the product. (The data is multiple columns per product, and even if it was just one column, putting 20+ lines on a single chart would be unreadable, so they do have to be separate panels.) Additionally, we will be adding/removing new products on a continuous basis.
This all means I would love to write just one query, pulling the data for all these different products and grouping the results by a new column, and have Grafana generate a large collection/matrix of visualizations, one for each product. It would be massively easier than making 20+ individual viz panels and then continuously keeping them up to date. Is this possible?