All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.avast.metrics.api.Histogram Maven / Gradle / Ivy

package com.avast.metrics.api;

public interface Histogram extends Metric {

    void update(long value);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy