You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by Sreekanth Jella <js...@gmail.com> on 2016/10/26 19:40:08 UTC

Spark Metrics monitoring using Graphite

Hi All,
I am trying to retrieve the spark metrics using Graphite Exporter. It seems
by default it is exposing the Application ID, but as per the our
requirements we need Application Name.

Sample GraphiteExporter data:
block_manager{application="local-1477496809940",executor_id="driver",instance="
127.0.0.1:9108
",job="spark_graphite_exp",qty="remainingMem_MB",type="memory"}

In above entry, "application" is defaults to ApplicationId. How do I
configure to retrieve the application Name instead of ID.

Thanks,
Sreekanth.