-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/53839/
-----------------------------------------------------------
Review request for mesos and Jiang Yan Xu.
Bugs: MESOS-6579
https://issues.apache.org/jira/browse/MESOS-6579
Repository: mesos
Description
-------
Added a metric 'master/last_offer_secs_since' which indicates how long
back did the master sent the last offer to any framework. This metric
is in seconds. If no offer has been sent by the master, it has a
value of -1.
Diffs
-----
src/master/master.hpp 7829f3f5f6125714b2fa48fe7c2813c26d14e26d
src/master/master.cpp 7ed1d259f02991bcd1389d0529a4bc97b0aa0245
src/master/metrics.hpp 056d290c1e14a6afd5056873ef7bb07b5892ed32
src/master/metrics.cpp 1f049f3794c1bca45d2684cbbec3b08c1a78c494
src/tests/master_tests.cpp c8cd89228eb4e55c9a9655f9de39cb070e14520c
Diff: https://reviews.apache.org/r/53839/diff/
Testing
-------
Tests passed.
Thanks,
Anindya Sinha