EntityMetricData

A set of metrics that are associated with an entity, such as a specific service or resource. Contains the entity and the list of metric data associated with it.

Types

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

Properties

Link copied to clipboard

The entity associated with the metrics.

Link copied to clipboard

The metric data.

Functions

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