UNPKG

@christiangalsterer/node-postgres-prometheus-exporter

Version:
10 lines (9 loc) 233 B
/** * Optional parameter to configure the exporter. */ export interface PgExporterOptions { /** * Default labels for all metrics, e.g. {'foo':'bar', alice: 3} */ defaultLabels?: Record<string, string | number>; }