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/metrics/export/dynatrace/DynatraceProperties.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -45,8 +45,8 @@ public class DynatraceProperties extends StepRegistryProperties {
45
45
privateStringtechnologyType = "java";
46
46
47
47
/**
48
-
* URI to ship metrics to. If you need to publish metrics to an internal proxy
49
-
* en-route to Dynatrace, you can define the location of the proxy with this.
48
+
* URI to ship metrics to. Should be used for SaaS, self managed instances or to
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-actuator-autoconfigure/src/test/java/org/springframework/boot/actuate/autoconfigure/metrics/export/dynatrace/DynatraceMetricsExportAutoConfigurationTests.java
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1412,7 +1412,7 @@ content into your application. Rather, pick only the properties that you need.
1412
1412
management.metrics.export.dynatrace.read-timeout=10s # Read timeout for requests to this backend.
1413
1413
management.metrics.export.dynatrace.step=1m # Step size (i.e. reporting frequency) to use.
1414
1414
management.metrics.export.dynatrace.technology-type=java # Technology type for exported metrics. Used to group metrics under a logical technology name in the Dynatrace UI.
1415
-
management.metrics.export.dynatrace.uri= # URI to ship metrics to. If you need to publish metrics to an internal proxy en-route to Dynatrace, you can define the location of the proxy with this.
1415
+
management.metrics.export.dynatrace.uri= # URI to ship metrics to. Should be used for SaaS, self managed instances or to en-route through an internal proxy.
1416
1416
management.metrics.export.ganglia.addressing-mode=multicast # UDP addressing mode, either unicast or multicast.
1417
1417
management.metrics.export.ganglia.duration-units=milliseconds # Base time unit used to report durations.
1418
1418
management.metrics.export.ganglia.enabled=true # Whether exporting of metrics to Ganglia is enabled.
0 commit comments