OpenTelemetry SDK
    Preparing search index...

    Interface MetricDescriptor

    interface MetricDescriptor {
        description: string;
        name: string;
        unit: string;
        valueType: ValueType;
    }
    Index
    description: string
    name: string
    unit: string
    valueType: ValueType