Marc Magnin

Results 4 issues of Marc Magnin

Hi, First, thanks a lot for that amazing tool! I want to calculate the avgqu-sz. Looking at the code it seems that the formula is: ((current_ticks - prev_ticks) / itv...

It seems that there is the possibility to use UPD instead of TCP (https://github.com/dropwizard/metrics/blob/3.2-development/metrics-graphite/src/main/java/com/codahale/metrics/graphite/GraphiteUDP.java) Is there is any way to activate this from the config? Regards

I have the requirement to serialize the same type in different formats depending on certain scenarios (REST API retrocompatibility). Is there is a way to do so?

Hi Jean-Yves, I've recently started to work on React using Next.js and Mobx. I'm currently working on a prototype for a dashboard so your project is a great help. I...