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 was archived by the owner on Dec 11, 2023. It is now read-only.
Currently, I'm using librato metrics for our service.
And I tried to get all values from one metric but paginated_metrics didn't work correctly.
http://dev.librato.com/v1/get/metrics/:name
From API document, response has 'measurements' field, not 'metrics'.
Is this a bug or we can't use Collection.paginated_metrics for this case?
Getting all values with specified resolution from one metric is important feature for us.