Anomaly

class Anomaly

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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of the instances of the detected anomalies during the requested period.

Link copied to clipboard

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.

Link copied to clipboard

The reason for which metric was flagged as anomalous.

Functions

Link copied to clipboard
inline fun copy(block: Anomaly.Builder.() -> Unit = {}): Anomaly
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String