You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lettuce client provides access to CommandLatencyCollectorOptions in its client configuration (see wiki), which allows us to customize latency metrics, such as providing percentile, units, or enabling/disable them.
These configurations don't seem to be exposed in spring-data-redis today. Is it possible for spring-data-redis to provide access to these configurations to users via LettuceClientConfigurationBuilderCustomizer?