![JAR search and dependency download from the Maven repository](/logo.png)
info.ganglia.gmetric4j.Publisher Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gmetric4j Show documentation
Show all versions of gmetric4j Show documentation
JVM instrumentation to Ganglia
package info.ganglia.gmetric4j;
import info.ganglia.gmetric4j.gmetric.GMetricSlope;
import info.ganglia.gmetric4j.gmetric.GMetricType;
import info.ganglia.gmetric4j.gmetric.GangliaException;
public interface Publisher {
void publish( String processName, String attributeName,
String value, GMetricType type, GMetricSlope slope, String units )
throws GangliaException;
void publish( String processName, String attributeName,
String value, GMetricType type, GMetricSlope slope, int delay,
int lifetime, String units )
throws GangliaException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy