Skip to content

Outdated (?) documentation about metrics #3149

Open
@michaldo

Description

@michaldo

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions