GitHub user rayman7718 opened a pull request: https://github.com/apache/samza/pull/541
New metric type Listgauge You can merge this pull request into a Git repository by running: $ git pull https://github.com/rayman7718/samza listgauge Alternatively you can review and apply these changes as the patch at: https://github.com/apache/samza/pull/541.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 #541 ---- commit 5ae1df9203342e65ea97fbb9471046e036bde74c Author: Ray Matharu <rmatharu@...> Date: 2018-05-10T23:31:07Z Added exception metric (as string-guage), to be emitted using the snapshot reporter. Switched producer-shutdown logic to ensure metric-flush at shutdown-time commit 5a3ef7bc09a5ace726c1dcb61d66e036b972e210 Author: Ray Matharu <rmatharu@...> Date: 2018-05-30T05:56:02Z Adding ListGauge and integration with SamzaContainerMetric commit 75ef5d20aedf7f2dd0972ff9ddcc3101e28b095d Author: Ray Matharu <rmatharu@...> Date: 2018-05-31T22:33:07Z Typifying ListGauge to ListGauge<T>, adding an eviction policy, default policy to retain last N commit 1efed5a861fe2079827d81781041d1bebb52374d Author: Ray Matharu <rmatharu@...> Date: 2018-05-10T23:31:07Z Adding metric type ListGauge Added exception metric (as string-guage), to be emitted using the snapshot reporter. Switched producer-shutdown logic to ensure metric-flush at shutdown-time Adding ListGauge and integration with SamzaContainerMetric Typifying ListGauge to ListGauge<T>, adding an eviction policy, default policy to retain last N commit d2922c56dafb49c40885512760b58ce9528e9ac7 Author: Ray Matharu <rmatharu@...> Date: 2018-05-31T22:51:28Z Merge branch 'listgauge' of https://github.com/rayman7718/samza into listgauge ---- ---