RulesMonitorMetrics class
Métricas del monitor en tiempo real
Constructors
-
RulesMonitorMetrics({required int totalEvents, required int totalRuleExecutions, required int successfulExecutions, required int failedExecutions, required int eventsPerMinute, required double successRate, DateTime? lastExecutionTime, required List<
MapEntry< topRules, required List<String, int> >MapEntry< topEventTypes})String, int> > -
const
Properties
- eventsPerMinute → int
-
final
- failedExecutions → int
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastExecutionTime → DateTime?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- successfulExecutions → int
-
final
- successRate → double
-
final
-
topEventTypes
→ List<
MapEntry< String, int> > -
final
-
topRules
→ List<
MapEntry< String, int> > -
final
- totalEvents → int
-
final
- totalRuleExecutions → int
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited