Documented new Fetcher metrics. Review: https://reviews.apache.org/r/59467/
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/98e2f8ee Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/98e2f8ee Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/98e2f8ee Branch: refs/heads/master Commit: 98e2f8eea13b5320fdd84e9da6fb58c96081f5c1 Parents: 96d6c98 Author: James Peach <[email protected]> Authored: Wed Jun 21 14:08:38 2017 -0700 Committer: Joseph Wu <[email protected]> Committed: Wed Jun 21 14:08:38 2017 -0700 ---------------------------------------------------------------------- docs/monitoring.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/98e2f8ee/docs/monitoring.md ---------------------------------------------------------------------- diff --git a/docs/monitoring.md b/docs/monitoring.md index cb28336..38b8093 100644 --- a/docs/monitoring.md +++ b/docs/monitoring.md @@ -1518,6 +1518,20 @@ on the agent. </tr> <tr> <td> + <code>containerizer/fetcher/task_fetches_total</code> + </td> + <td>Total number of times the Mesos fetcher tried to fetch URIs for a task.</td> + <td>Counter</td> +</tr> +<tr> + <td> + <code>containerizer/fetcher/task_fetches_failed</code> + </td> + <td>Number of times the Mesos fetcher failed to fetch all the URIs for a task.</td> + <td>Counter</td> +</tr> +<tr> + <td> <code>slave/container_launch_errors</code> </td> <td>Number of container launch errors</td>
