Repository: spark Updated Branches: refs/heads/master 44da8d8ea -> 214d1be4f
Fix reference to external metrics documentation Author: Ben McCann <[email protected]> Closes #12833 from benmccann/patch-1. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/214d1be4 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/214d1be4 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/214d1be4 Branch: refs/heads/master Commit: 214d1be4fd4a34399b6a2adb2618784de459a48d Parents: 44da8d8 Author: Ben McCann <[email protected]> Authored: Sun May 1 22:43:28 2016 -0700 Committer: Reynold Xin <[email protected]> Committed: Sun May 1 22:43:28 2016 -0700 ---------------------------------------------------------------------- docs/monitoring.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/214d1be4/docs/monitoring.md ---------------------------------------------------------------------- diff --git a/docs/monitoring.md b/docs/monitoring.md index 9912cde..88002eb 100644 --- a/docs/monitoring.md +++ b/docs/monitoring.md @@ -341,7 +341,7 @@ keep the paths consistent in both modes. # Metrics Spark has a configurable metrics system based on the -[Coda Hale Metrics Library](http://metrics.codahale.com/). +[Dropwizard Metrics Library](http://metrics.dropwizard.io/). This allows users to report Spark metrics to a variety of sinks including HTTP, JMX, and CSV files. The metrics system is configured via a configuration file that Spark expects to be present at `$SPARK_HOME/conf/metrics.properties`. A custom file location can be specified via the --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
