I have a simple Graph Panel that I am attempting to display query results from two different prometheus instances (A+B). The queries both execute successfully, but the Graph Panel appears to only display the results of the last query to return. Sometimes I will see the data appear for the first query a short period of time (until the second query returns).
Both prometheus instances are scraping and generating similar data, but for different servers in different datacenters. As such, the metric names and queries are identical, but the tuples returned have different labels / values. There is no way for us to federate the two Prometheus instances at this time.
Is there anything I can do to graph the results from both datasources to the same panel?
Example: