We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de6e756 commit 2be9ce2Copy full SHA for 2be9ce2
src/main/antora/modules/ROOT/pages/observability.adoc
@@ -31,6 +31,9 @@ class ObservabilityConfiguration {
31
}
32
----
33
34
+NOTE: When using Spring Boot, `LettuceMetricsAutoConfiguration` configures Lettuce's `MicrometerCommandLatencyRecorder`.
35
+Depending on whether you want only Metrics or Metrics and Tracing, you might want to exclude this auto-configuration class in your application.
36
+
37
See also for further reference:
38
* https://redis.github.io/lettuce/advanced-usage/#micrometer[Lettuce Tracing]
39
* https://opentelemetry.io/docs/reference/specification/trace/semantic_conventions/database/#redis[OpenTelemetry Semantic Conventions] .
0 commit comments