Package com.flowable.platform.service.health
package com.flowable.platform.service.health
-
ClassesClassDescriptionConsolidated executor metrics for the health summary.Returns the full set of health-summary counts (pending / history / deadletter / incident totals plus time-windowed recent counts) in a single round trip via scalar subqueries.Queries incidents of a given type grouped by definition key, returning the count per definition.Returns one
JobMetricSummaryrow perNODE_over a time window.Returns oneJobMetricSummaryrow perJOB_TYPE_over a time window.Returns oneNodeExecutorUsagerow per(NODE_, EXECUTOR_NAME_)with both 10-minute and 1-hour duration-weighted thread and queue usage percentages, computed in SQL via conditional aggregation over the 1-hour window (the 10-minute values are a conditional subset of the same scan).Bundle of count metrics for the health summary, collected in a single SQL statement using scalar subqueries.Utility methods for extracting metrics from raw Elasticsearch aggregation responses used by the health summary.Per-group summary of job metrics over a time window (totals and weighted averages).Duration-weighted average thread and queue usage percentages per (node, executor) for both a 10-minute and a 1-hour window, computed in a single pass over the 1-hour window via conditional aggregation.Holds the result of a GROUP BY aggregation on slow job incidents per (scope type, definition).