org.kairosdb.metrics4j.triggers.MetricCollection Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of metrics4j Show documentation
Show all versions of metrics4j Show documentation
Java library for reporting metrics to any timeseries database.
package org.kairosdb.metrics4j.triggers;
import java.time.Instant;
public interface MetricCollection
{
void reportMetrics(Instant now);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy