UNPKG

bigquery-client

Version:

A feature-rich Node.js client for Google BigQuery with support for CRUD operations, transactions, query building, and advanced features like aggregate functions, pagination, and logging.

12 lines (11 loc) 271 B
/** * Metrics Module * * Provides comprehensive performance monitoring and metrics collection * for BigQuery operations and query performance analysis. * * @module Metrics * @version 1.0.6 * @author Pravin Jadhav */ export { MetricsCollector } from './metrics';