interface MetricDescriptor {
    description: string;
    name: string;
    unit: string;
    valueType: @opentelemetry/api.ValueType;
}

Properties

description: string
name: string
unit: string