Module lettuce.core
Package io.lettuce.core.metrics
Collectors for client metrics.
-
Interface Summary Interface Description CommandLatencyCollector MetricCollectorfor command latencies.CommandLatencyCollectorOptions Configuration interface for command latency collection.CommandLatencyCollectorOptions.Builder Builder forCommandLatencyCollectorOptions.CommandLatencyRecorder Interface defining a method to collect command latency metrics based upon command completion.MetricCollector<T> Generic metrics collector interface. -
Class Summary Class Description CommandLatencyId Identifier for a command latency.CommandMetrics Latency metrics for commands.CommandMetrics.CommandLatency DefaultCommandLatencyCollector Default implementation of aCommandLatencyCollectorfor command latencies.DefaultCommandLatencyCollectorOptions The default implementation ofCommandLatencyCollectorOptions.DefaultCommandLatencyCollectorOptions.Builder Builder forDefaultCommandLatencyCollectorOptions.MicrometerCommandLatencyRecorder Micrometer implementation ofCommandLatencyRecorderMicrometerOptions Configuration options forMicrometerCommandLatencyRecorder.MicrometerOptions.Builder Builder forMicrometerOptions.