You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.
I came across this when wanting to build a composite query. Librato::Client#metrics currently doesn't allow to apply tags or compose. Pagination seems to be broken as well.
Also, the examples in the source code reference the deprecated method.
The text was updated successfully, but these errors were encountered:
Thanks for the report. I've fixed the doc errors, it looks like when we refactored some of those methods for the name change we lost the ability to do passthrough for other api options. We'll restore that.
Oh, regarding pagination we don't auto-paginate any measurement fetches in the gem. We've discussed adding it in the past, implementing it in client code is pretty simple though.
Ultimately I'd like get_measurements to return a lazy-loading enumerator that does smart pagination as needed behind the scenes. We don't have that yet however.
I came across this when wanting to build a composite query.
Librato::Client#metrics
currently doesn't allow to apply tags or compose. Pagination seems to be broken as well.Also, the examples in the source code reference the deprecated method.
The text was updated successfully, but these errors were encountered: