![JAR search and dependency download from the Maven repository](/logo.png)
net.savantly.graphite.GraphiteClient Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of graphite-client Show documentation
Show all versions of graphite-client Show documentation
Connects to a carbon/graphite instance to push metrics
The newest version!
package net.savantly.graphite;
import java.util.Collection;
public interface GraphiteClient {
void saveCarbonMetrics(CarbonMetric carbonMetric);
void saveCarbonMetrics(Collection carbonMetrics);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy