Interface CounterStats

A snapshot value for a single endpoint metric.

interface CounterStats {
    description: string;
    value: number;
}

Properties

Properties

description: string
value: number