| Modifier and Type | Class and Description |
|---|---|
class |
CounterMeasurement
Represents a reading from a counter
|
class |
MultiSampleGaugeMeasurement
A class for representing a gauge reading that might come from multiple samples
See http://dev.librato.com/v1/post/metrics for why some fields are optional
|
class |
SingleValueGaugeMeasurement
A class representing a single gauge reading
See http://dev.librato.com/v1/post/metrics for an explanation of basic vs multi-sample gauge
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Measurement> |
LibratoBatch.measurements |
| Modifier and Type | Method and Description |
|---|---|
void |
LibratoBatch.addMeasurement(Measurement measurement)
for advanced measurement fu
|
Copyright © 2015. All rights reserved.