Re: Metrics Replacement

2021-09-27 Thread Dave Marion
I created a test[1] to see the differences in the output. In this test I create equivalent metric objects and output them via their respective logging sink. For Hadoop Metrics, it created: 1632775059897 ctx.record: Context=ctx, ProcessName=testProcess, counter=1, gauge=2, QuantileNumI/O=0, Quant

Re: Metrics Replacement

2021-09-27 Thread dev1
The reporting of the rate vs the absolute count is likely because the logging registry is currently implemented using a StepRegistry (https://javadoc.io/doc/io.micrometer/micrometer-core/latest/io/micrometer/core/instrument/step/StepMeterRegistry.html) "Registry that step-normalizes counts and s