public interface Protocol extends Closeable
Modifier and Type | Method and Description |
---|---|
void |
announce(String name,
String value,
GMetricType type,
String units,
GMetricSlope slope,
int tmax,
int dmax,
String groupName)
Announces a metric
|
void announce(String name, String value, GMetricType type, String units, GMetricSlope slope, int tmax, int dmax, String groupName) throws Exception
name
- the metric namevalue
- the metric valuetype
- the metric typeunits
- the unitsslope
- the slopetmax
- the tmaxdmax
- the dmaxgroupName
- the metric groupException
Copyright © 2016. All rights reserved.