Skip to content

Commit 9396d65

Browse files
committed
Ref #34717: cleanup management properties
1 parent b49bf82 commit 9396d65

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/java/eu/openanalytics/containerproxy/ContainerProxyApplication.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,6 @@ public static Properties getDefaultProperties() {
174174
properties.put("management.defaults.metrics.export.enabled", "false");
175175
// set actuator to port 9090 (can be overwritten)
176176
properties.put("management.server.port", "9090");
177-
// enable prometheus endpoint by default (but not the exporter)
178-
properties.put("management.endpoint.prometheus.enabled", "true");
179-
properties.put("management.endpoint.recyclable.enabled", "true");
180177
// include prometheus and health endpoint in exposure
181178
properties.put("management.endpoints.web.exposure.include", "health,prometheus,recyclable");
182179

0 commit comments

Comments
 (0)