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
It is possible to use https://micrometer.io/docs/observation[Micrometer Observation] to instrument publishing and consuming in the stream Java client.
8
+
Micrometer Observation provides https://spring.io/blog/2022/10/12/observability-with-spring-boot-3[metrics, tracing, and log correlation with one single API].
9
+
10
+
The stream Java client provides an `ObservationCollector` abstraction and an implementation for Micrometer Observation.
11
+
The following snippet shows how to create and set up the Micrometer `ObservationCollector` implementation with an existing `ObservationRegistry`:
<1> Configure Micrometer `ObservationCollector` with builder
19
+
<2> Set Micrometer `ObservationRegistry`
20
+
21
+
The next sections document the conventions, spans, and metrics made available by the instrumentation.
22
+
They are automatically generated from the source code with the https://github.com/micrometer-metrics/micrometer-docs-generator[Micrometer documentation generator].
0 commit comments