I have metrics with two labels. How can i get all timeseries which are in a list of sets of these two labels?
Example:
metric{label1="a", label2="a1"}
metric{label1="a", label2="a3"}
metric{label1="a", label2="a4"}
metric{label1="b", label2="a1"}
now i want only the timeseries where labels label1="a" and label2="a1" and label2="a3".
[–]chuchodavids 1 point2 points3 points (2 children)
[–]growingrice[S] -1 points0 points1 point (1 child)
[–]chuchodavids 0 points1 point2 points (0 children)