UNPKG

koishi-plugin-exporter

Version:

Koishi OpenMetrics Exporter

5 lines (4 loc) 264 B
import type { Context } from 'koishi'; import type { OpenMetricsContentType, Registry } from 'prom-client'; import type { Config } from '../common'; export declare const channels: (ctx: Context, config: Config, register: Registry<OpenMetricsContentType>) => void;