GitHub user whhe opened a pull request:
https://github.com/apache/incubator-griffin/pull/213
api update
1. add optional filter param 'type' to get all measures method
2. add optional filter param 'tmst' to get metric values method
3. modify related ut
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/whhe/incubator-griffin master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-griffin/pull/213.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #213
----
commit 36ee0d8cfbfd85a7a332ea7c0fd761cd2d071a51
Author: He Wang <wanghechn@...>
Date: 2018-02-06T09:45:19Z
add optional filter param to get all measures method
commit 306f98ddcc64ac625c455bf0d73d0374c4566365
Author: He Wang <wanghechn@...>
Date: 2018-02-07T02:41:13Z
add timestamp filter for get metric values method
----
---