MetricsDetailItem

interface MetricsDetailItem {
    labels?: APITypes.MetricsLabels;
    name: string;
    unit: string;
    value: number;
}

Properties

Properties

labels of the metric

name: string

name of the metric

255

unit: string

unit of the metric

255

value: number

value of the metric