I've looked through the backlog here and I can't find any questions that seem to match this one.
I'm trying to figure out if there's a way to aggregate fields with either different labels associated, or different sets of labels associated with them. If a query to, say, sum two different fields is executed and they don't precisely share labels, then nothing is found. I see the logic behind this behavior (so you can't, for example, add a gauge and a histogram), but I do wonder if it can be circumvented, and if so, how?
Does one need to implement relabeling rules manually for all such fields before attempting such an operation?
Thanks!
Chris