DisBot
    Preparing search index...

    Type Alias Metric<T>

    type Metric<T> = {
        description: string;
        key: string;
        labels: Record<string, string>;
        value: T;
    }

    Type Parameters

    • T
    Index

    Properties

    description: string
    key: string
    labels: Record<string, string>
    value: T