Open
Description
Description
In the rest implementation of the ApplicationsInterface
, and in the APM
struct, queries that are paginated traverse through every page before returning anything. Users of this package should have the ability to traverse through the pages themselves to avoid high latency requests.
This is happening a lot in the Grafana NewRelic datasource.
I'll be opening a pull request soon that ought to maintain backwards compatibility and add functions for retrieving individual pages, if that's ok. :)