SongYadong commented on a change in pull request #23691: [DOC][MINOR] Add metrics instance 'mesos_cluster' to monitoring doc URL: https://github.com/apache/spark/pull/23691#discussion_r252500566
########## File path: docs/monitoring.md ########## @@ -635,6 +635,7 @@ set of sinks to which metrics are reported. The following instances are currentl * `driver`: The Spark driver process (the process in which your SparkContext is created). * `shuffleService`: The Spark shuffle service. * `applicationMaster`: The Spark ApplicationMaster when running on YARN. +* `mesos_cluster`: The Spark cluster scheduler when running on Mesos. Review comment: @srowen Thanks ! I have searched the whole spark project, and found no other resource-manager-specific instances. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
