| Interface | Description |
|---|---|
| HttpPoster |
Posts data to an HTTP endpoint.
|
| HttpPoster.Response |
A generic interface to represent an HTTP response
|
| Measurement |
Represents a Librato measurement
|
| Sanitizer |
Filters out unwanted characters
|
| Class | Description |
|---|---|
| Authorization | |
| BatchResult |
Composes the results of processing a batch.
|
| CounterMeasurement |
Represents a reading from a counter
|
| CounterMeasurementBuilder | |
| LibratoBatch |
A class that represents an aggregation of metric data from a given run
|
| 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
|
| MultiSampleGaugeMeasurementBuilder | |
| NingHttpPoster |
An HTTPPoster which uses ning's HTTP client
|
| PostResult |
Contains the status of a batch
|
| 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
|
| SingleValueGaugeMeasurementBuilder | |
| Versions |
Encapsulates logic about versions found in POM files
|
Copyright © 2015. All rights reserved.