Hi,
I'm new to this eco system. I have a simple question.
Using the golang client(https://github.com/prometheus/client_golang), could we send the queries which contain sorting, filtering and pagination params to the Prometheus server? or should we query the data as a whole and do these operations locally?
Thanks for your time.