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

com.librato.metrics.reporter.DurationConverter Maven / Gradle / Ivy

Go to download

The LibratoReporter class runs in the background, publishing metrics to the Librato Metrics API at the specified interval.

The newest version!
package com.librato.metrics.reporter;

public interface DurationConverter {
    double convertDuration(double duration);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy