CounterStats

data class CounterStats(var value: UInt, var description: String)

A snapshot value for a single endpoint metric.

Constructors

Link copied to clipboard
constructor(value: UInt, description: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The metric description.

Link copied to clipboard
var value: UInt

The counter / gauge value.