-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/61125/
-----------------------------------------------------------
Review request for mesos, Benjamin Mahler, Kevin Klues, and Jiang Yan Xu.
Bugs: MESOS-6918
https://issues.apache.org/jira/browse/MESOS-6918
Repository: mesos
Description
-------
The time series only keeps a windows of data, so we can know
the current number of samples, but we can't get a count of the
total number of samples. Add a counter to the TimeSeries so
that we can now the total number of samples seen in the series.
Diffs
-----
3rdparty/libprocess/include/process/statistics.hpp
e9f1fc23bf83f92a2e7de94dba0df48272cc3394
3rdparty/libprocess/include/process/timeseries.hpp
64b10a8d551ba33e252aa33987e3d5da8d56a1d6
3rdparty/libprocess/src/tests/statistics_tests.cpp
144b5109cfb7640b29bec8de8f5b2ad00665212f
Diff: https://reviews.apache.org/r/61125/diff/1/
Testing
-------
make check (Fedora 26)
Thanks,
James Peach