George Cherkashyn

Results 4 comments of George Cherkashyn

Thanks for the heads up. I have changed the implementation according to your advice, but it didn't solve the problem. Forward-thinking, is it possible to define the `**metricName**` and `**AutoTimer**`...

Hello, as I had thought I had to define the name of the metrics somewhere. Adding: ```java @Override public String getName() { return "operation"; // the name of my metric...

Hello, the reason my metrics were pushed twice - is a discrepancy between the type of returned KeyValues in low and high cardinality values. I noticed that for the same...