Skip to content

Commit b6dc1b9

Browse files
Additional information on deprecations; removed TraceMessageHeaders; fixes gh-1785
1 parent f8245ac commit b6dc1b9

File tree

2 files changed

+4
-72
lines changed
  • spring-cloud-sleuth-autoconfigure/src/main/java/org/springframework/cloud/sleuth/autoconfig/instrument/reactor
  • spring-cloud-sleuth-instrumentation/src/main/java/org/springframework/cloud/sleuth/instrument/messaging

2 files changed

+4
-72
lines changed

spring-cloud-sleuth-autoconfigure/src/main/java/org/springframework/cloud/sleuth/autoconfig/instrument/reactor/SleuthReactorProperties.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,16 @@ public void setInstrumentationType(InstrumentationType instrumentationType) {
8787
public enum InstrumentationType {
8888

8989
/**
90-
* Wraps each operator in a Sleuth representation.
90+
* Decorates on each operator, will be less performing, but logging will always
91+
* contain the tracing entries in each operator.
9192
* @deprecated to be removed in Sleuth 4.0.0
9293
*/
9394
@Deprecated
9495
DECORATE_ON_EACH,
9596

9697
/**
97-
* Wraps only the last operator in Sleuth representation.
98+
* Decorates on last operator, will be more performing, but logging might not
99+
* always contain the tracing entries.
98100
* @deprecated to be removed in Sleuth 4.0.0
99101
*/
100102
@Deprecated

spring-cloud-sleuth-instrumentation/src/main/java/org/springframework/cloud/sleuth/instrument/messaging/TraceMessageHeaders.java

Lines changed: 0 additions & 70 deletions
This file was deleted.

0 commit comments

Comments
 (0)