UNPKG

@cjanietz/opentelemetry-cloud-monitoring-exporter

Version:

OpenTelemetry Google Cloud Monitoring Exporter allows the user to send collected metrics to Google Cloud Monitoring.

4 lines (3 loc) 236 B
import { TimeSeries } from './types'; /** Returns the minimum number of arrays of max size chunkSize, partitioned from the given array. */ export declare function partitionList(list: TimeSeries[], chunkSize: number): TimeSeries[][];