GetMetricsResponse

@Serializable
data class GetMetricsResponse(val metrics: List<Metric>)

Response type for the PerformanceDomain.getMetrics command.

Constructors

Link copied to clipboard
constructor(metrics: List<Metric>)

Properties

Link copied to clipboard

Current values for run-time metrics.