public interface Protocol
extends java.io.Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
announce(java.lang.String name,
java.lang.String value,
GMetricType type,
java.lang.String units,
GMetricSlope slope,
int tmax,
int dmax,
java.lang.String groupName)
Announces a metric
|
void announce(java.lang.String name,
java.lang.String value,
GMetricType type,
java.lang.String units,
GMetricSlope slope,
int tmax,
int dmax,
java.lang.String groupName)
throws java.lang.Exception
name - the metric namevalue - the metric valuetype - the metric typeunits - the unitsslope - the slopetmax - the tmaxdmax - the dmaxgroupName - the metric groupjava.lang.Exception