public interface GaugeService
Modifier and Type | Method and Description |
---|---|
void |
submit(String metricName,
double value)
Set the specified gauge value
|
void submit(String metricName, double value)
metricName
- the name of the gauge to setvalue
- the value of the gaugeCopyright © 2016 Pivotal Software, Inc.. All rights reserved.