A trick worth knowing for combining an info metric with a real one in a single query: multiply by the info series and use the label grouping to carry the labels across.
The general shape is to take your measurement and multiply it by the info metric using a grouping that keeps the identifying label. The value is unchanged because the info metric is 1, and the result now carries the extra labels.
It looks like a hack and it is the standard idiom, precisely because labels travel with the series. Once you have seen it, a lot of dashboards that seemed impossible become straightforward.
The caveat is that if the info series is ever missing for a machine, the multiplication drops that machine entirely — which is a silent gap rather than an error, and it is worth knowing when a row disappears.