Alexander Ivchenko
Alexander Ivchenko
Hi! I am currently investigating if I can use moira for my purposes. I need to integrate moira with my monitoring system . I want to have a notifier as...
Now it's impossible to specify custom name for a metric based on ObjectName keys and domain. We can just specify prefix and keys which will be joined with dash for...
Hi! I need to merge a huge number of encoded histograms together. I see in the profiler that decoding the histogram (Histogram.decodeFromByteBuffer) allocates a significant amount of memory (creating new...
I have library interface and two implementations which are useful for configuring my application e.g.: ```java interface Interface { static Interface of(long value) { return new LongImpl(value); } static Interface...