Class | Description |
---|---|
AbstractMRulesMetrics |
Base implementation which allows to bind metrics collectors to MBeans exposed by MRules rulesets via the MBeanServer.
|
ExtendedDistributionSummary |
Encapsulates the creation of a
DistributionSummary , and adds informations :
A Gauge for min value(_min)
A Gauge for mean value (_mean)
A Gauge for average number of samples by seconds (_frequency)
A Gauge for time since last sample (_last_age)
The metrics mean, count et sum are native, but the last 2 are not inside the Summary TimeWindow,
contrary to min/max and to additonnal informations (except last_age for whitch time window is not applicable). |
ExtendedDistributionSummary.Parameters |
Allows to configure the Distribution Summary.
|
MRulesDetailedMetrics |
Binds metrics collectors to MBeans exposed by MRules rulesets via the MBeanServer.
|
MRulesMetrics |
Binds metrics collectors to MBeans exposed by MRules rulesets via the MBeanServer.
|
TimeWindowStats |
An implementation of a moving-window stats based on a configurable ring buffer.
|