Hey.
This is originally from #8009. I split it out into a separate issue so that we get more handleable chunks.
Currently, there is /pools/{poolname}/usage, which is however cumbersome if one wants the data for all pools (one has to do one request per pool, easily running into frontend’s timeouts, data being even less in sync, etc.).
It would be nice if additionally there was something like /pools/*/usage (with a literal *) or /pools/usage, which simply gives the data for all the pools.
Of course, the * could only be used, if pool names cannot be *.
Thanks,
Chris.
Hey.
This is originally from #8009. I split it out into a separate issue so that we get more handleable chunks.
Currently, there is
/pools/{poolname}/usage, which is however cumbersome if one wants the data for all pools (one has to do one request per pool, easily running intofrontend’s timeouts, data being even less in sync, etc.).It would be nice if additionally there was something like
/pools/*/usage(with a literal*) or/pools/usage, which simply gives the data for all the pools.Of course, the
*could only be used, if pool names cannot be*.Thanks,
Chris.