Details
-
Question
-
Status: Resolved
-
Major
-
Resolution: Invalid
-
2.2.1
-
None
Description
I want to monitor the spark task through graphite_export and prometheus, I have collected execution, driver cpu and memory related indicators, but there is no shuffle read and shuffle write related indicators, how should I configure it?
metrics.properties:
master.source.jvm.class=org.apache.spark.metrics.source.JvmSource
worker.source.jvm.class=org.apache.spark.metrics.source.JvmSource
driver.source.jvm.class=org.apache.spark.metrics.source.JvmSource
executor.source.jvm.class=org.apache.spark.metrics.source.JvmSource
shuffleService.source.jvm.class=org.apache.spark.metrics.source.JvmSource