-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/59464/
-----------------------------------------------------------
(Updated June 6, 2017, 8:21 p.m.)
Review request for mesos and Mesos Reviewbot.
Summary (updated)
-----------------
Add Fetcher task total and failed fetch metrics.
Bugs: MESOS-7524
https://issues.apache.org/jira/browse/MESOS-7524
Repository: mesos
Description (updated)
-------
Add the Fetcher metrics to track the number of fetch requests
sent to the Fetcher (`containerizer/fetcher/task_fetches_total`)
and the number of errors reported by the Fetcher
(`containerizer/fetcher/task_fetches_failed`).
Diffs (updated)
-----
src/slave/containerizer/fetcher.hpp efeadbf4b7804ea4c1e443d1e5212e303796ace4
src/slave/containerizer/fetcher.cpp 770cad3e046e8a6d58b6bc9176eb7ecdbd340db4
Diff: https://reviews.apache.org/r/59464/diff/3/
Changes: https://reviews.apache.org/r/59464/diff/2-3/
Testing
-------
make check (Fedora 25)
Thanks,
James Peach