Anomaly class
Details about an anomaly in a specific metric of application profile. The anomaly is detected using analysis of the metric data over a period of time.
Constructors
-
Anomaly({required List<
AnomalyInstance> instances, required Metric metric, required String reason}) -
Anomaly.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
instances
→ List<
AnomalyInstance> -
A list of the instances of the detected anomalies during the requested
period.
final
- metric → Metric
-
Details about the metric that the analysis used when it detected the
anomaly. The metric includes the name of the frame that was analyzed with
the type and thread states used to derive the metric value for that frame.
final
- reason → String
-
The reason for which metric was flagged as anomalous.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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