This is an automated email from the ASF dual-hosted git repository.
bennoe pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git.
from 6276f7e Bumped nokogiri and rack site dependencies.
new 5e4aa14 Updated comment about operations.
new af2c47a Added helper to test for metrics values.
new 18c4015 Added metrics for offer operation feedback.
new ede2a94 Added unit tests for offer operation feedback metrics.
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
docs/monitoring.md | 61 +++++++++
src/master/master.cpp | 57 +++++++-
src/master/metrics.cpp | 152 +++++++++++++++++++++
src/master/metrics.hpp | 48 +++++++
src/tests/agent_operation_feedback_tests.cpp | 10 ++
src/tests/api_tests.cpp | 10 ++
src/tests/master_slave_reconciliation_tests.cpp | 1 +
src/tests/master_tests.cpp | 11 ++
src/tests/operation_reconciliation_tests.cpp | 8 ++
src/tests/persistent_volume_endpoints_tests.cpp | 39 +++++-
src/tests/reservation_endpoints_tests.cpp | 1 +
src/tests/scheduler_tests.cpp | 2 +
src/tests/slave_tests.cpp | 5 +
.../storage_local_resource_provider_tests.cpp | 64 ++++-----
src/tests/utils.hpp | 15 ++
15 files changed, 443 insertions(+), 41 deletions(-)