PerformanceResponse

data class PerformanceResponse(val actual: Double? = null, val expected: Double? = null, val expectedValueRange: ExpectedValueRangeResponse? = null, val metricName: String? = null, val unit: String? = null)

Details about impacted performance metrics. Applicable for performance related impact

Constructors

Link copied to clipboard
constructor(actual: Double? = null, expected: Double? = null, expectedValueRange: ExpectedValueRangeResponse? = null, metricName: String? = null, unit: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val actual: Double? = null

Observed value for the metric

Link copied to clipboard
val expected: Double? = null

Threshold value for the metric

Link copied to clipboard

Max and Min Threshold values for the metric

Link copied to clipboard
val metricName: String? = null

Name of the Metric examples: Disk, IOPs, CPU, GPU, Memory, details can be found from /impactCategories API

Link copied to clipboard
val unit: String? = null

Unit of the metric ex: Bytes, Percentage, Count, Seconds, Milliseconds, Bytes/Second, Count/Second, etc.., Other