| Package | Description |
|---|---|
| org.springframework.boot.actuate.metrics.buffer |
Metrics buffering support.
|
| Class and Description |
|---|
| CounterBuffer
Mutable buffer containing a long adder (Java 8) and a timestamp.
|
| CounterBuffers
Fast writes to in-memory metrics store using
CounterBuffer. |
| GaugeBuffer
Mutable buffer containing a double value and a timestamp.
|
| GaugeBuffers
Fast writes to in-memory metrics store using
GaugeBuffer. |
Copyright © 2015 Pivotal Software, Inc.. All rights reserved.