MetricsFactory instead. At the moment of the deprecation, all methods from this interface
were moved to the new interface and this interface was made to extend the new one. This allows current
implementations of this interface to seamlessly move to the new interface.@Deprecated public interface StatsFactory extends MetricsFactory
createCounter, createGauge, createTimer