@cocalc/database
Version:
CoCalc: code for working with our PostgreSQL database
7 lines (6 loc) • 305 B
TypeScript
export declare function newCounter(name: string, help: any, labelNames?: string[]): any;
export declare function newGauge(name: string, help: any, labelNames?: string[]): any;
export declare function newHistogram(name: string, help: any, config?: {
buckets?: number[];
labels?: string[];
}): any;