ooyala / spark-jobserver

REST job server for Spark. Note that this is *not* the mainline open source version. For that, go to https://github.com/spark-jobserver/spark-jobserver. This fork now serves as a semi-private repo for Ooyala.
Other
344 stars 135 forks source link

add more job serve metrics #97

Closed myxjtu closed 9 years ago

myxjtu commented 9 years ago
  1. added a metric to monitor the number of spark executors. It will help a lot for Exploration team to check the health status of job server
  2. Added a meter to measure the job submission rate. It can help detect if job server is hang (when no new job submission is accepted)