Closed freesoft closed 6 years ago
I'm trying to integrate armeria with Dropwizard Metrics, I'll post update here.
@blmarket Thanks, Heon! :-)
I think you guys already talked each other in person, but what metrics is going to be necessary here? success fail # or ratio per given time window? # of timeout?
Current target is success/failure count as well as response time histogram. (xx% percentile) please leave a note if need more.
You might want to take a look into what Finagle has done.
Seems like we have a pretty solid metric collecting decorator implementation now. What would be the next step? What are in my mind are:
DocService
.This has been basically resolved since we added metric support using Micrometer, which provides JMX registry: https://javadoc.io/doc/io.micrometer/micrometer-registry-jmx/1.0.0-rc.7
I saw armeria LINE_DevDay2015 PDF mentioning the necessary of JMX integration for the library. Do you guys have any follow up on this? Wondering if you guys want to build JMX stuff into library from the scratch or want to use existing JMX libraries like Netflix Servo or Dropwizard Metrics?