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 2016/08/24 19:17:20 UTC

[jira] [Created] (MESOS-6083) Add executor Call and Event based metrics to the agent.

Benjamin Mahler created MESOS-6083:
--------------------------------------

             Summary: Add executor Call and Event based metrics to the agent.
                 Key: MESOS-6083
                 URL: https://issues.apache.org/jira/browse/MESOS-6083
             Project: Mesos
          Issue Type: Improvement
          Components: slave
            Reporter: Benjamin Mahler


Now that we've introduced the Call/Event based API for executors, we should have metrics that reflect this. For example:

{code}
{
  executor/calls: 100
  executor/calls/message: 90,
  executor/calls/update: 10,
  // etc
}
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)