-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/53842/
-----------------------------------------------------------
(Updated May 16, 2017, 6:27 p.m.)
Review request for mesos, James Peach and Jiang Yan Xu.
Changes
-------
Fixed the view aspect of docs/monitoring.md.
Bugs: MESOS-6579
https://issues.apache.org/jira/browse/MESOS-6579
Repository: mesos
Description
-------
Added the following 2 metrics which is maintained on a role level
(as long as there is at least one framework of that role):
a) allocator/mesos/frameworks/role/<role>/sort_runs: Number of framework
level sorts (based on role) in DRF Sorter.
b) allocator/mesos/frameworks/role/<role>/sort_run: Latency in framework
level sorts (based on role) in DRF Sorter.
Diffs (updated)
-----
docs/monitoring.md c42afce0a26dc15e033ee1375b7cb23d55be40ab
src/master/allocator/mesos/hierarchical.hpp
123f97cf495bff0f822838e09df0d88818f04da6
src/master/allocator/mesos/hierarchical.cpp
b75ed9a20a9a42f958cebbacd91e5e15b0d21394
src/tests/hierarchical_allocator_tests.cpp
08180b9975869de328f0c095dd3cddf0c84fbecf
Diff: https://reviews.apache.org/r/53842/diff/6/
Changes: https://reviews.apache.org/r/53842/diff/5-6/
Testing
-------
All tests passed.
Thanks,
Anindya Sinha