Skip to content

Commit 2be9ce2

Browse files
committed
Refine Metrics Configuration documentation.
Closes #3149
1 parent de6e756 commit 2be9ce2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/antora/modules/ROOT/pages/observability.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ class ObservabilityConfiguration {
3131
}
3232
----
3333

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+
3437
See also for further reference:
3538
* https://redis.github.io/lettuce/advanced-usage/#micrometer[Lettuce Tracing]
3639
* https://opentelemetry.io/docs/reference/specification/trace/semantic_conventions/database/#redis[OpenTelemetry Semantic Conventions] .

0 commit comments

Comments
 (0)