Commit fa2c1ae
committed
Re-enable
Spring Boot now has a dedicated `spring-boot-micrometer-tracing-brave` module
to auto-configure Brave tracing
* Remove redundant now `micrometer-tracing-bridge-brave` dependency
* Remove comment for the `@AutoConfigureMetric` from the `RabbitMultiBinderObservationTests`
since test logic does nothing with metrics
* Fix comment for spans in the trace: now Spring Integration handlers are also report
their observation even in binder contextRabbitMultiBinderObservationTests
1 parent a5d6e3b commit fa2c1ae
File tree
2 files changed
+7
-11
lines changed- binders/rabbit-binder/spring-cloud-stream-binder-rabbit
- src/test/java/org/springframework/cloud/stream/binder/rabbit/integration
2 files changed
+7
-11
lines changedLines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
55 | 60 | | |
56 | 61 | | |
57 | 62 | | |
| |||
115 | 120 | | |
116 | 121 | | |
117 | 122 | | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
30 | | - | |
31 | 29 | | |
32 | 30 | | |
33 | 31 | | |
| |||
54 | 52 | | |
55 | 53 | | |
56 | 54 | | |
57 | | - | |
58 | 55 | | |
59 | | - | |
60 | 56 | | |
61 | 57 | | |
62 | 58 | | |
| |||
86 | 82 | | |
87 | 83 | | |
88 | 84 | | |
89 | | - | |
| 85 | + | |
90 | 86 | | |
91 | | - | |
| 87 | + | |
92 | 88 | | |
93 | 89 | | |
94 | 90 | | |
| |||
0 commit comments