Class DefaultMetricCollector<G>
java.lang.Object
com.knezevic.edaf.v3.core.metrics.DefaultMetricCollector<G>
- All Implemented Interfaces:
MetricCollector<G>
Default run metric collector.
Emits a stable minimal set of key performance indicators expected by CLI, persistence sinks, reporting and web dashboards. This collector is intentionally lightweight so it can run every iteration without measurable overhead.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultMetricCollector
public DefaultMetricCollector()
-
-
Method Details
-
name
Description copied from interface:MetricCollectorCollector identifier used for grouped diagnostics.- Specified by:
namein interfaceMetricCollector<G>
-
collect
Description copied from interface:MetricCollectorReturns key-value metrics for current state.- Specified by:
collectin interfaceMetricCollector<G>
-