@@ -46,22 +46,22 @@ public SpringBootInfo(){
4646 this .mainController = (MainController ) ControllersFactory .controllers .get (MainController .class .getSimpleName ());
4747 this .infoCheck = new SpringBootInfoCheck ();
4848
49- pointListV1 .add ("autoconfig" );
49+ // pointListV1.add("autoconfig");
5050// pointListV1.add("heapdump");
51- pointListV1 .add ("dump" );
52- pointListV1 .add ("mappings" );
51+ // pointListV1.add("dump");
52+ // pointListV1.add("mappings");
5353 pointListV1 .add ("auditevents" );
5454 pointListV1 .add ("beans" );
55- pointListV1 .add ("health" );
55+ // pointListV1.add("health");
5656 pointListV1 .add ("configprops" );
5757 pointListV1 .add ("info" );
5858 pointListV1 .add ("loggers" );
59- pointListV1 .add ("threaddump" );
59+ // pointListV1.add("threaddump");
6060 pointListV1 .add ("metrics" );
6161 pointListV1 .add ("trace" );
6262 pointListV1 .add ("env/spring.jmx.enabled" );
6363 pointListV1 .add ("refresh" );
64- pointListV1 .add ("trace" );
64+ // pointListV1.add("trace");
6565 pointListV1 .add ("jolokia" );
6666 pointListV1 .add ("env" );
6767 pointListV1 .add ("restart" );
@@ -73,16 +73,16 @@ public SpringBootInfo(){
7373 pointListV2 .add ("actuator/restart" );
7474 pointListV2 .add ("actuator/refresh" );
7575 pointListV2 .add ("actuator/beans" );
76- pointListV2 .add ("actuator/health" );
76+ // pointListV2.add("actuator/health");
7777 pointListV2 .add ("actuator/conditions" );
7878 pointListV2 .add ("actuator/configprops" );
7979 pointListV2 .add ("actuator/info" );
8080 pointListV2 .add ("actuator/loggers" );
81- pointListV2 .add ("actuator/httptrace" );
82- pointListV2 .add ("actuator/threaddump" );
81+ // pointListV2.add("actuator/httptrace");
82+ // pointListV2.add("actuator/threaddump");
8383 pointListV2 .add ("actuator/metrics" );
84- pointListV2 .add ("actuator/httptrace" );
85- pointListV2 .add ("actuator/mappings" );
84+ // pointListV2.add("actuator/httptrace");
85+ // pointListV2.add("actuator/mappings");
8686 pointListV2 .add ("actuator/jolokia" );
8787 pointListV2 .add ("actuator/jolokia/list" );
8888// pointListV2.add("actuator/hystrix.stream");
@@ -95,12 +95,12 @@ public SpringBootInfo(){
9595 pointListV2 .add ("monitor/env" );
9696 pointListV2 .add ("monitor/info" );
9797 pointListV2 .add ("monitor/loggers" );
98- pointListV2 .add ("monitor/heapdump" );
99- pointListV2 .add ("monitor/threaddump" );
98+ // pointListV2.add("monitor/heapdump");
99+ // pointListV2.add("monitor/threaddump");
100100 pointListV2 .add ("monitor/metrics" );
101101 pointListV2 .add ("monitor/scheduledtasks" );
102- pointListV2 .add ("monitor/httptrace" );
103- pointListV2 .add ("monitor/mappings" );
102+ // pointListV2.add("monitor/httptrace");
103+ // pointListV2.add("monitor/mappings");
104104 pointListV2 .add ("monitor/jolokia" );
105105// pointListV2.add("monitor/hystrix.stream");
106106
0 commit comments