Hi everyone, Can anyone help me out in this. I want a single time series for different combinations of label values. Is it possible in Prometheus? For example
let's say I want to display person name with salary. Here name will be label and salary will be metric value: metric__person(name:"abc") 40000 metric__person(name:"xyz") 60000 *I want them in a single line in the Prometheus graph where on value 40000, it shows the abc and on 60000 it should show xyz.* For this, I am getting like this: (prom example1) I want like:(prom example2) -- 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/f04d34ad-522e-47d3-a90e-57b559f145b1n%40googlegroups.com.

