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/prometheus/PrometheusProperties.java
+3-3
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ public static class Pushgateway {
101
101
/**
102
102
* Enable publishing over a Prometheus Pushgateway.
103
103
*/
104
-
privateBooleanenabled = false;
104
+
privatebooleanenabled;
105
105
106
106
/**
107
107
* Address (host:port) for the Pushgateway.
@@ -153,11 +153,11 @@ public static class Pushgateway {
0 commit comments