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