Merge pull request #22 from GraceH/metrics-naming

SPARK-900 Use coarser grained naming for metrics

see SPARK-900 Use coarser grained naming for metrics.
Now the new metric name is formatted as {XXX.YYY.ZZZ.COUNTER_UNIT}, XXX.YYY.ZZZ 
represents the group name, which can group several metrics under the same 
Ganglia view.


Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/19d445d3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/19d445d3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/19d445d3

Branch: refs/heads/master
Commit: 19d445d37c38a35cc68da91f53a8780b89a1f8c9
Parents: 3218fa7 f7628e4
Author: Patrick Wendell <pwend...@gmail.com>
Authored: Wed Oct 9 11:08:34 2013 -0700
Committer: Patrick Wendell <pwend...@gmail.com>
Committed: Wed Oct 9 11:08:34 2013 -0700

----------------------------------------------------------------------
 .../spark/deploy/master/ApplicationSource.scala   |  2 +-
 .../apache/spark/deploy/master/MasterSource.scala |  6 +++---
 .../apache/spark/deploy/worker/WorkerSource.scala | 10 +++++-----
 .../apache/spark/executor/ExecutorSource.scala    | 18 +++++++++---------
 .../spark/scheduler/DAGSchedulerSource.scala      | 10 +++++-----
 .../apache/spark/storage/BlockManagerSource.scala |  8 ++++----
 6 files changed, 27 insertions(+), 27 deletions(-)
----------------------------------------------------------------------


Reply via email to