Package | Description |
---|---|
org.springframework.boot.actuate.metrics.buffer |
Metrics buffering support.
|
Class and Description |
---|
Buffer
Base class for a mutable buffer containing a timestamp and a value.
|
Buffers
Base class used to manage a map of
Buffer objects. |
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 © 2019 Pivotal Software, Inc.. All rights reserved.