Updating
This commit is contained in:
parent
cc781e560c
commit
a5046a589f
|
@ -6,8 +6,8 @@
|
|||
|
||||
#### Description
|
||||
|
||||
The Spark plugin collects metrics in 2 ways,both being optional: <br />
|
||||
**1.** Spark-JVM metrics exposed as MBean's attributes through jolokia REST endpoint. Metrics are collected for each server configured. See: https://jolokia.org/. <br />
|
||||
The Spark plugin collects metrics in 2 ways, both being optional:
|
||||
**1.** Spark-JVM metrics exposed as MBean's attributes through jolokia REST endpoint. Metrics are collected for each server configured. See:https://jolokia.org/
|
||||
**2.** Spark application metrics if managed by Yarn Resource manager. The plugin collects through the Yarn API. If some spark job has been submitted then only it will fetch else it will not produce any spark application result.
|
||||
|
||||
# Measurements:
|
||||
|
|
Loading…
Reference in New Issue