spring-data-redis icon indicating copy to clipboard operation
spring-data-redis copied to clipboard

Outdated (?) documentation about metrics

Open michaldo opened this issue 7 months ago • 0 comments

Documentation states:

To enable the integration, apply the following configuration to LettuceClientConfiguration

...
return ClientResources.builder()
              .tracing(new MicrometerTracingAdapter(observationRegistry, "my-redis-cache"))
              .build();

But

  1. MicrometerTracingAdapter is deprecated since 3.4
  2. There is autoconfiguration LettuceMetricsAutoConfiguration

I feel the documentation is outdated or at least not enough exhaustive

michaldo avatar May 12 '25 21:05 michaldo