Can you give a specific example? The solution in general is to make the labels align, e.g. see here <https://www.robustperception.io/controlling-the-instance-label> for the instance label. There is also label_replace() <https://prometheus.io/docs/prometheus/latest/querying/functions/#label_replace> if you can modify the labels using regexp matches. At worst, you would create a third, static timeseries with appropriate labels to join the other two timeseries onto, similar to the approach here <https://www.robustperception.io/how-to-have-labels-for-machine-roles> and here <https://www.robustperception.io/exposing-the-software-version-to-prometheus> .
-- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/c81b4aa4-f718-48fc-83e3-14f03c1acd49o%40googlegroups.com.

