MetricGraph

A structure that contains metric data queries and time range information that provides context for audit findings through relevant performance metrics.

Types

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

Properties

Link copied to clipboard

The end time for the metric data included in this graph. When used in a raw HTTP Query API, it is formatted as epoch time in seconds.

Link copied to clipboard

An array of metric data queries that define the metrics to be retrieved and analyzed as part of the audit finding context.

Link copied to clipboard

The start time for the metric data included in this graph. When used in a raw HTTP Query API, it is formatted as epoch time in seconds.

Functions

Link copied to clipboard
inline fun copy(block: MetricGraph.Builder.() -> Unit = {}): MetricGraph
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