UNPKG

@opentelemetry/sdk-metrics

Version:
6 lines 265 B
import { InstrumentType } from '../InstrumentDescriptor'; /** * Cardinality Limit selector based on metric instrument types. */ export declare type CardinalitySelector = (instrumentType: InstrumentType) => number; //# sourceMappingURL=CardinalitySelector.d.ts.map