Closed
Bug 1485583
Opened 7 years ago
Closed 7 years ago
Add metrics source pluggable to Spark metrics system
Categories
(Data Platform and Tools :: General, enhancement, P1)
Data Platform and Tools
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: akomar, Assigned: akomar)
Details
Attachments
(1 file)
There is a need for monitoring custom metrics in our Spark applications.
We can extend Spark's metric system to collect application-level metrics together with framework ones. The easiest way seems to be using accumulators for aggregation, providing them to a custom metrics source.
| Assignee | ||
Updated•7 years ago
|
Summary: Add metrics source pluggable to Spark's system → Add metrics source pluggable to Spark metrics system
Comment 1•7 years ago
|
||
Comment 2•7 years ago
|
||
Have we considered https://github.com/groupon/spark-metrics ?
| Assignee | ||
Comment 3•7 years ago
|
||
Yes, we did - it's a little bit more complicated than our solution and looks abandoned (targets Spark 2.0, last commit 2 years ago).
Comment 4•7 years ago
|
||
Tha(In reply to akomarzewski from comment #3)
> Yes, we did - it's a little bit more complicated than our solution and looks
> abandoned (targets Spark 2.0, last commit 2 years ago).
Indeed, a library without commits for 2 years sounds like a risky bet.
| Assignee | ||
Updated•7 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Updated•3 years ago
|
Component: Spark → General
You need to log in
before you can comment on or make changes to this bug.
Description
•