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)