We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1101fc8 commit bdc5fd5Copy full SHA for bdc5fd5
internal-api/src/main/java/datadog/trace/api/Config.java
@@ -6190,6 +6190,14 @@ public String toString() {
6190
+ otlpMetricsTemporalityPreference
6191
+ ", serviceDiscoveryEnabled="
6192
+ serviceDiscoveryEnabled
6193
+ + ", sfnInjectDatadogAttributeEnabled="
6194
+ + sfnInjectDatadogAttributeEnabled
6195
+ + ", eventbridgeInjectDatadogAttributeEnabled="
6196
+ + eventbridgeInjectDatadogAttributeEnabled
6197
+ + ", sqsInjectDatadogAttributeEnabled="
6198
+ + sqsInjectDatadogAttributeEnabled
6199
+ + ", snsInjectDatadogAttributeEnabled="
6200
+ + snsInjectDatadogAttributeEnabled
6201
+ '}';
6202
}
6203
0 commit comments