Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 9B70D200B82 for ; Fri, 2 Sep 2016 02:01:40 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 99F30160AB7; Fri, 2 Sep 2016 00:01:40 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id E36F7160AB5 for ; Fri, 2 Sep 2016 02:01:39 +0200 (CEST) Received: (qmail 42874 invoked by uid 500); 2 Sep 2016 00:01:39 -0000 Mailing-List: contact commits-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@spark.apache.org Received: (qmail 42863 invoked by uid 99); 2 Sep 2016 00:01:39 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Sep 2016 00:01:39 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 07652DFDD3; Fri, 2 Sep 2016 00:01:39 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: joshrosen@apache.org To: commits@spark.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: spark git commit: [SPARK-16619] Add shuffle service metrics entry in monitoring docs Date: Fri, 2 Sep 2016 00:01:39 +0000 (UTC) archived-at: Fri, 02 Sep 2016 00:01:40 -0000 Repository: spark Updated Branches: refs/heads/master 03d77af9e -> 5bea8757c [SPARK-16619] Add shuffle service metrics entry in monitoring docs After change [SPARK-16405](https://github.com/apache/spark/pull/14080), we need to update docs by adding shuffle service metrics entry in currently supporting metrics list. Author: Yangyang Liu Closes #14254 from lovexi/yangyang-monitoring-doc. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/5bea8757 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/5bea8757 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/5bea8757 Branch: refs/heads/master Commit: 5bea8757cce0b5e7c1f1ab9cd767c76fc63e2978 Parents: 03d77af Author: Yangyang Liu Authored: Thu Sep 1 17:01:01 2016 -0700 Committer: Josh Rosen Committed: Thu Sep 1 17:01:16 2016 -0700 ---------------------------------------------------------------------- docs/monitoring.md | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/5bea8757/docs/monitoring.md ---------------------------------------------------------------------- diff --git a/docs/monitoring.md b/docs/monitoring.md index 5804e4f..5bc5e18 100644 --- a/docs/monitoring.md +++ b/docs/monitoring.md @@ -377,6 +377,7 @@ set of sinks to which metrics are reported. The following instances are currentl * `worker`: A Spark standalone worker process. * `executor`: A Spark executor. * `driver`: The Spark driver process (the process in which your SparkContext is created). +* `shuffleService`: The Spark shuffle service. Each instance can report to zero or more _sinks_. Sinks are contained in the `org.apache.spark.metrics.sink` package: --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org For additional commands, e-mail: commits-help@spark.apache.org