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

Type Parameters

  • T