I use a prometheus federation to gather data from several prometheus server, I have some metrics like m1, m2 and m3, and time series on each of them have labels like l1,l2,l3, how can I drop all time series of m2 with l2="str" ? I now how to drop unnecessary metrics, or unnecessary time series with specific label, but problem is I want to drop time series of specific metrics with specific label, in above sample I just want to drop time series with label l2="str" on metrics m2 not in metric m1 and m3, I there any solutions?
-- 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/0a0e5cd7-2e80-47b5-b90e-9336345d0720n%40googlegroups.com.

