12 |
13 | ID |
14 | Description |
15 |
16 |
17 | Hystrix |
18 | Hystrix dashboard. The URL you enter in the dashboard must
19 | be the IP of the Docker container e.g.
20 | http://172.17.0.40:8080/hystrix.stream |
21 |
22 |
23 | autoconfig |
24 | Displays an auto-configuration report showing all
25 | auto-configuration candidates and the reason why they were or were
26 | not applied. |
27 |
28 |
29 | beans |
30 | Displays a complete list of all the Spring Beans in your
31 | application. |
32 |
33 |
34 | configprops |
35 | Displays a collated list of all @ConfigurationProperties. |
36 |
37 |
38 | dump |
39 | Performs a thread dump. |
40 |
41 |
42 | env |
43 | Exposes properties from Spring's ConfigurableEnvironment. |
44 |
45 |
46 | health |
47 | Shows application health information (defaulting to a
48 | simple OK message). |
49 |
50 |
51 | info |
52 | Displays arbitrary application info. |
53 |
54 |
55 | metrics |
56 | Shows metrics information for the current application. |
57 |
58 |
59 | mappings |
60 | Displays a collated list of all @RequestMapping paths. |
61 |
62 |
63 | shutdown |
64 | Allows the application to be gracefully shutdown (not
65 | enabled by default). |
66 |
67 |
68 | trace |
69 | Displays trace information (by default the last few HTTP
70 | requests). |
71 |
72 |
73 |