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
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/tracing/otlp/OtlpProperties.java
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ public class OtlpProperties {
45
45
privateDurationtimeout = Duration.ofSeconds(10);
46
46
47
47
/**
48
-
* Transport used to send the spans. Defaults to HTTP.
48
+
* Transport used to send the spans.
49
49
*/
50
50
privateTransporttransport = Transport.HTTP;
51
51
@@ -99,21 +99,21 @@ public void setHeaders(Map<String, String> headers) {
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/tracing/otlp/OtlpTracingConfigurations.java
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2102,6 +2102,10 @@
2102
2102
"type": "java.lang.Boolean",
2103
2103
"description": "Whether auto-configuration of tracing is enabled to export OTLP traces."
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-actuator-autoconfigure/src/test/java/org/springframework/boot/actuate/autoconfigure/tracing/otlp/OtlpAutoConfigurationIntegrationTests.java
0 commit comments