aboutsummaryrefslogtreecommitdiff
path: root/conf/metrics.properties.template
Commit message (Collapse)AuthorAgeFilesLines
* [SPARK-5422] Add support for sending Graphite metrics via UDPRyan Williams2015-01-311-0/+1
| | | | | | | | | | | Depends on [SPARK-5413](https://issues.apache.org/jira/browse/SPARK-5413) / #4209, included here, will rebase once the latter's merged. Author: Ryan Williams <ryan.blake.williams@gmail.com> Closes #4218 from ryan-williams/udp and squashes the following commits: ebae393 [Ryan Williams] Add support for sending Graphite metrics via UDP cb58262 [Ryan Williams] bump metrics dependency to v3.1.0
* [SPARK-4889] update history server example cmdsRyan Williams2014-12-191-2/+2
| | | | | | | | | | | Author: Ryan Williams <ryan.blake.williams@gmail.com> Closes #3736 from ryan-williams/hist and squashes the following commits: 421d8ff [Ryan Williams] add another random typo fix 76d6a4c [Ryan Williams] remove hdfs example a2d0f82 [Ryan Williams] code review feedback 9ca7629 [Ryan Williams] [SPARK-4889] update history server example cmds
* Typo: Standlone -> StandaloneAndrew Ash2014-02-141-1/+1
| | | | | | | | | | Author: Andrew Ash <andrew@andrewash.com> Closes #601 from ash211/typo and squashes the following commits: 9cd43ac [Andrew Ash] Change docs references to metrics.properties, not metrics.conf 3813ff1 [Andrew Ash] Typo: mulitcast -> multicast 873bd2f [Andrew Ash] Typo: Standlone -> Standalone
* Add graphite sink for metricsRussell Cardullo2013-11-081-0/+8
| | | | | | | This adds a metrics sink for graphite. The sink must be configured with the host and port of a graphite node and optionally may be configured with a prefix that will be prepended to all metrics that are sent to graphite.
* Fixing package name in template confPatrick Wendell2013-09-081-7/+7
|
* Adding more docs and some code cleanupPatrick Wendell2013-09-081-1/+35
|
* MetricsServlet code refactor according to commentsjerryshao2013-08-121-9/+4
|
* Add MetricsServlet for Spark metrics systemjerryshao2013-08-121-6/+17
|
* Improving documentation in config file examplePatrick Wendell2013-08-011-36/+33
|
* Code refactor according to commentsjerryshao2013-07-241-1/+72
|
* Code style changesjerryshao2013-07-241-0/+2
|
* Add metrics config template fileAndrew xia2013-07-241-0/+14