Skip to content

Commit bdc5fd5

Browse files
committed
add new configs to toString
1 parent 1101fc8 commit bdc5fd5

File tree

1 file changed

+8
-0
lines changed
  • internal-api/src/main/java/datadog/trace/api

1 file changed

+8
-0
lines changed

internal-api/src/main/java/datadog/trace/api/Config.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6190,6 +6190,14 @@ public String toString() {
61906190
+ otlpMetricsTemporalityPreference
61916191
+ ", serviceDiscoveryEnabled="
61926192
+ serviceDiscoveryEnabled
6193+
+ ", sfnInjectDatadogAttributeEnabled="
6194+
+ sfnInjectDatadogAttributeEnabled
6195+
+ ", eventbridgeInjectDatadogAttributeEnabled="
6196+
+ eventbridgeInjectDatadogAttributeEnabled
6197+
+ ", sqsInjectDatadogAttributeEnabled="
6198+
+ sqsInjectDatadogAttributeEnabled
6199+
+ ", snsInjectDatadogAttributeEnabled="
6200+
+ snsInjectDatadogAttributeEnabled
61936201
+ '}';
61946202
}
61956203
}

0 commit comments

Comments
 (0)