File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed
spring-boot-admin-server-ui/app/views/apps Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change 8282 < td > {{ metrics['classes']}}</ td >
8383 </ tr >
8484 < tr >
85- < td > Total loaded Classes</ td >
85+ < td > Total loaded Classes</ td >
8686 < td > {{ metrics['classes.loaded']}}</ td >
8787 </ tr >
8888 < tr >
89- < td > Unloaded Classes</ td >
89+ < td > Unloaded Classes</ td >
9090 < td > {{ metrics['classes.unloaded']}}</ td >
9191 </ tr >
9292 < tr >
93- < td > Threads</ td >
93+ < td > Threads</ td >
9494 < td > {{ metrics['threads'] }} total / {{ metrics['threads.daemon'] }} daemon / {{ metrics['threads.peak'] }} peak </ td >
9595 </ tr >
9696 </ tbody >
114114 </ table >
115115 </ div >
116116
117+ < div class ="span6 " ng-show ="metrics['httpsessions.active'] != null ">
118+ < table class ="table ">
119+ < thead > < tr > < th colspan ="2 "> Servlet Container</ th > </ tr > </ thead >
120+ < tbody >
121+ < tr >
122+ < td > Http sessions</ td >
123+ < td > {{ metrics['httpsessions.active'] }} active / {{ metrics['httpsessions.max'] == -1 ? 'unlimited' : metrics['httpsessions.max'] + ' max' }}</ td >
124+ </ tr >
125+ </ tbody >
126+ </ table >
127+ </ div >
128+
117129 < div class ="span6 " ng-show ="hasDatasources ">
118130 < table class ="table ">
119131 < thead > < tr > < th colspan ="2 "> Datasources</ th > </ tr > </ thead >
You can’t perform that action at this time.
0 commit comments