Skip to content

Outdated (?) documentation about metrics #3149

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
michaldo opened this issue May 12, 2025 · 0 comments
Open

Outdated (?) documentation about metrics #3149

michaldo opened this issue May 12, 2025 · 0 comments
Assignees
Labels
type: documentation A documentation update

Comments

@michaldo
Copy link

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

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label May 12, 2025
@mp911de mp911de self-assigned this May 19, 2025
@mp911de mp911de added type: documentation A documentation update and removed status: waiting-for-triage An issue we've not yet triaged labels May 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: documentation A documentation update
Projects
None yet
Development

No branches or pull requests

3 participants