You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2017/11/16 02:42:00 UTC

[jira] [Created] (MESOS-8242) Expose per-role resource allocation metrics.

Benjamin Mahler created MESOS-8242:
--------------------------------------

             Summary: Expose per-role resource allocation metrics.
                 Key: MESOS-8242
                 URL: https://issues.apache.org/jira/browse/MESOS-8242
             Project: Mesos
          Issue Type: Improvement
          Components: master
            Reporter: Benjamin Mahler


We currently expose some global resource allocation metrics across all roles, e.g.:

{code}
    "master/cpus_percent": 0.6737,
    "master/cpus_revocable_percent": 0,
    "master/cpus_revocable_total": 0,
    "master/cpus_revocable_used": 0,
    "master/cpus_total": 100,
    "master/cpus_used": 67.37,
{code}

It would be good to expose metrics for tracking this on a per-role basis, so that this can be easily graphed without having to also collect information from the /roles endpoint.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)