-
What Grafana version and what operating system are you using?
Grafana Cloud -
What are you trying to achieve?
I want to display 2 thresholds from 2 separate Prometheus queries. So the base color is orange, and the area between the 2 thresholds is green. -
How are you trying to achieve it?
Query A returns 6 time series. Query max and Query min each return 1 time series. I used two “Config from query results” transformations to apply each as a threshold. -
What happened?
The second transformation overrides the first one, so I only get one threshold. I found this github issue about this topic, which was closed, but the linked PR does not address the issue.
If I could combine min and max into a single query, then I think this would work with one “config from query results” transformation. Is that possible?






