brian wickman created MESOS-433:
-----------------------------------

             Summary: add exportStats method to executor
                 Key: MESOS-433
                 URL: https://issues.apache.org/jira/browse/MESOS-433
             Project: Mesos
          Issue Type: New Feature
          Components: slave, webui
            Reporter: brian wickman


Now that the slave exports per-executor stats via the UI, the slave should be 
able to periodically request application-specific stats from the executor (e.g. 
zookeeper session id, connection counts, whatever) and export them on the 
executor's behalf.  This way we don't need to reinvent any observability wheels.

The interface could either be exportStats(task_id) or just exportStats(), and 
return a JSON object with all stats to export.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to