Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-22547

Don't include executor ID in metrics name

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Incomplete
    • 2.2.0
    • None
    • Spark Core

    Description

      Spark's metrics system prefixes all metrics collected from executors with the executor ID.

      This behavior causes two problems:

      • it's not possible to aggregate over executors (since the metric name is different for each host)
      • upstream metrics systems like Ganglia or Prometheus are put under high load because of the number of time series to store.

      By removing the `executorId` from the name of the metric we register, that solves both the above problems

      Attachments

        Activity

          People

            Unassigned Unassigned
            lihaoyi-databricks Li Haoyi
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: