In our case we provide a way for customers to fetch the metrics of their own tenant. This however requires gathering metrics where the given metric value is set to specific value. It would be handy to have function like:
Peep.get_metrics_for(tags: %{foo: "bar"})
Or similar that would provide a way to gather metrics only for specific tag(s?).