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/wavefront/WavefrontTracingAutoConfiguration.java
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/wavefront/WavefrontProperties.java
+48-23Lines changed: 48 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -66,31 +66,55 @@ public class WavefrontProperties {
66
66
*/
67
67
privatefinalTracingtracing = newTracing();
68
68
69
-
/**
70
-
* Returns the effective URI of the wavefront instance. This will not be the same URI
71
-
* given through {@link #setUri(URI)} when a proxy is used.
72
-
* @return the effective URI of the wavefront instance
73
-
*/
74
-
publicURIgetEffectiveUri() {
75
-
if (usesProxy()) {
76
-
// See io.micrometer.wavefront.WavefrontMeterRegistry.getWavefrontReportingUri
0 commit comments