-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FRAGENT-2816][Spark] Adds additional executor-level memory metrics (#…
…17168) * Add nested Spark executor metrics * Update metadata.csv * Update tests with Spark3.0+ * Lint + changelog * Update test to support both 2.4 and 3.0 * Add core e2e additional metrics * Add flaky e2e metrics * Updates metadata csv - alphabetical order * Definitely makes sense. Currently, Spark only has 1 level of nested dictionary in all the metrics. This might need to be revisited if Spark ever moves to an additional level Co-authored-by: Ilia Kurenkov <ilia.kurenkov@datadoghq.com> * Improves readability * Improves changelog * Drop bullet-list : all added metrics are listed in Spark doc --------- Co-authored-by: Ilia Kurenkov <ilia.kurenkov@datadoghq.com>
- Loading branch information
Showing
7 changed files
with
383 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Adds additional Executor-level memory metrics (https://spark.apache.org/docs/latest/monitoring.html#executor-metrics) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.