Re: Opening up metrics interfaces

2015-08-27 Thread Thomas Dudziak
+1. I'd love to simply define a timer in my code (maybe metrics-scala ?) using Spark's metrics registry. Also maybe switch to the newer version (io.dropwizard.metrics) ? On Thu, Aug 27, 2015 at 4:42 PM, Reynold Xin wrote: > I'd like this to happen, but it hasn't been super high priority on > any

Re: Opening up metrics interfaces

2015-08-27 Thread Reynold Xin
I'd like this to happen, but it hasn't been super high priority on anybody's mind. There are a couple things that could be good to do: 1. At the application level: consolidate task metrics and accumulators. They have substantial overlap, and from high level should just be consolidated. Maybe ther