pandora-metrics
Version:
## Overview
12 lines (11 loc) • 351 B
TypeScript
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;
}