
com.librato.metrics.reporter.ILibratoClientFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of metrics-librato Show documentation
Show all versions of metrics-librato Show documentation
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;
import com.librato.metrics.client.LibratoClient;
public interface ILibratoClientFactory {
LibratoClient build(ReporterAttributes atts);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy