spring-data-redis
spring-data-redis copied to clipboard
Outdated (?) documentation about metrics
Documentation states:
To enable the integration, apply the following configuration to LettuceClientConfiguration
...
return ClientResources.builder()
.tracing(new MicrometerTracingAdapter(observationRegistry, "my-redis-cache"))
.build();
But
- MicrometerTracingAdapter is deprecated since 3.4
- There is autoconfiguration LettuceMetricsAutoConfiguration
I feel the documentation is outdated or at least not enough exhaustive