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
Spring Data Redis implemented an adapter to use Micrometer tracing for observability. We should add their code to our project so we can maintain the integration here as we already integrate with Micrometer.
The text was updated successfully, but these errors were encountered:
We now support Micrometer Tracing for observability of commands.
ClientResources.builder()
.tracing(new MicrometerTracing(observationRegistry(), "Redis")).build();
Spring Data Redis implemented an adapter to use Micrometer tracing for observability. We should add their code to our project so we can maintain the integration here as we already integrate with Micrometer.
The text was updated successfully, but these errors were encountered: