Metrics view
Left-rail companion in the Monitoring perspective. Two roles: surface the platform-wide counts that don't fit on the JVM dashboard tiles, and act as the navigator into the centre views.
What it shows
- One entry per registered data source. For HikariCP-backed sources (the default) the pool's
HikariPoolMXBeanexposes:total- current pool sizeactive- connections currently checked outidle- connections currently parkedthreadsAwaitingConnection- callers blocked waiting for a free connection
- Aggregated counts: registered data sources, named caches, registered handlers - anything
MonitoringService.counts()reports as aCountMetrics.MetricGroup.
Data source
Polls GET /services/ide/monitoring/counts. Same role gate as the rest of the Monitoring backend (ADMINISTRATOR / DEVELOPER / OPERATOR).
Configuration
- View id:
monitoring-metrics - Region:
left - Label:
Metrics lazyLoad: true
See also
- Monitoring view - JVM dashboards in the centre region.
- Threads view - filterable live-thread list.