Uh oh!
There was an error while loading. Please reload this page.
[SPARK-27157][DOCS] Add Executor level metrics to monitoring docs - #24090
[SPARK-27157][DOCS] Add Executor level metrics to monitoring docs#24090LantaoJin wants to merge 3 commits into
Conversation
| <td>Elapsed time the JVM spent in garbage collection summed in this Executor. | ||
| The value is expressed in milliseconds.</td> | ||
| </tr> | ||
| </tr> |
srowen
commented
Mar 14, 2019
This is probably OK, but are these metrics things that Spark generates or that are generated automatically by Ganglia et al? that is, do we need to document them or point at existing external docs? |
SparkQA
commented
Mar 14, 2019
Test build #4620 has finished for PR 24090 at commit
|
LucaCanali
commented
Mar 14, 2019
This looks to me a useful addition to the monitoring documentation. |
LantaoJin
commented
Mar 15, 2019
@srowen They are generated by Spark, see |
LantaoJin
commented
Mar 15, 2019
Thank you @LucaCanali, I've added this metrics collection condition. |
SparkQA
commented
Mar 16, 2019
Test build #4630 has finished for PR 24090 at commit
|
What changes were proposed in this pull request?
A sub-task of SPARK-23206
Add Executor level metrics to monitoring docs
How was this patch tested?
jekyll