UNPKG

pandora-metrics

Version:
12 lines (11 loc) 351 B
import { Proxiable } from './domain'; import { MetricName } from '../common/MetricName'; /** * @deprecated */ export declare class MetricsProcessChannel { static instance: any; static getInstance(): any; register(group: string, name: MetricName | string, metric: Proxiable): void; buildName(name: MetricName | string): MetricName; }