-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/18718/
-----------------------------------------------------------
(Updated March 11, 2014, 11:46 a.m.)
Review request for mesos, Benjamin Hindman and Ben Mahler.
Changes
-------
Added process so adding/removing is asynchronous. Added route to endpoint that
exposes metrics.
Still need to move to libprocess. Future work will focus on converting
process::statistics to use this for building Timeseries/Histograms.
Bugs: MESOS-1036
https://issues.apache.org/jira/browse/MESOS-1036
Repository: mesos-git
Description
-------
See summary
Diffs (updated)
-----
src/Makefile.am 384b3122b61294401ba4a894c06e985d9fc2fb1e
src/metrics/counter.hpp PRE-CREATION
src/metrics/gauge.hpp PRE-CREATION
src/metrics/metric.hpp PRE-CREATION
src/metrics/metric.cpp PRE-CREATION
src/metrics/metrics.hpp PRE-CREATION
src/metrics/metrics.cpp PRE-CREATION
src/tests/metrics_tests.cpp PRE-CREATION
Diff: https://reviews.apache.org/r/18718/diff/
Testing
-------
Added unit tests. make check.
Thanks,
Dominic Hamon