Skip to content

Commit 29cbd0e

Browse files
committed
Improve Enabling Observation Documentation
1 parent 9f03731 commit 29cbd0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-kafka-docs/src/main/asciidoc/kafka.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3414,7 +3414,7 @@ A similar listener is provided for the `StreamsBuilderFactoryBean` - see <<strea
34143414

34153415
Using Micrometer for observation is now supported, since version 3.0, for the `KafkaTemplate` and listener containers.
34163416

3417-
Set `observationEnabled` on each component to enable observation; this will disable <<micrometer,Micrometer Timers>> because the timers will now be managed with each observation.
3417+
Set `observationEnabled` to `true` on the `KafkaTemplate` and `ContainerProperties` to enable observation; this will disable <<micrometer,Micrometer Timers>> because the timers will now be managed with each observation.
34183418

34193419
Refer to https://micrometer.io/docs/tracing[Micrometer Tracing] for more information.
34203420

0 commit comments

Comments
 (0)