Makes dashboards more friendly toward viewing metrics from multiple instances
For example, a counter that exists on two instances localhost:8080 and localhost:8081 and has two variants on each instance, will look like this
The Instance variable now supports multiple values
The problem with this is that some of the panels that we currently include don't support displaying multiple series at the same time, so when you select multiple instances, some plots stop working. So if accepted, the next step will be to change these panels to support something that supports multiple series.
Makes dashboards more friendly toward viewing metrics from multiple instances For example, a counter that exists on two instances
localhost:8080
andlocalhost:8081
and has two variants on each instance, will look like thisThe Instance variable now supports multiple values
The problem with this is that some of the panels that we currently include don't support displaying multiple series at the same time, so when you select multiple instances, some plots stop working. So if accepted, the next step will be to change these panels to support something that supports multiple series.