[ https://issues.apache.org/jira/browse/MESOS-7888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
James Peach updated MESOS-7888: ------------------------------- Description: In MESOS-7524, we added fetcher metrics for total task fetches and failed task fetches. For consistency with the similar metrics in MESOS-7842, we should switch these to track the successful task fetches and the failed task fetches. Operators can derive the total by adding the succeeded and failed counts. ie. replace {{containerizer/fetcher/task_fetches_total}} with {{containerizer/fetcher/task_fetches_succeeded}}. was: In MESOS-7524, we added fetcher metrics for total task fetches and failed task fetches. For consistency with the similar metrics in MESOS-7842, we should switch these to track the successful task fetches and the failed task fetches. Operators can derive the total by adding the succeeded and failed counts. ie. replace `containerizer/fetcher/task_fetches_total` with `containerizer/fetcher/task_fetches_succeeded`. > Track fetcher task success and failures > --------------------------------------- > > Key: MESOS-7888 > URL: https://issues.apache.org/jira/browse/MESOS-7888 > Project: Mesos > Issue Type: Bug > Components: fetcher, statistics > Reporter: James Peach > Assignee: James Peach > Priority: Minor > Fix For: 1.4.0 > > > In MESOS-7524, we added fetcher metrics for total task fetches and failed > task fetches. For consistency with the similar metrics in MESOS-7842, we > should switch these to track the successful task fetches and the failed task > fetches. Operators can derive the total by adding the succeeded and failed > counts. > ie. replace {{containerizer/fetcher/task_fetches_total}} with > {{containerizer/fetcher/task_fetches_succeeded}}. -- This message was sent by Atlassian JIRA (v6.4.14#64029)