@neo-one/monitor
Version:
NEO•ONE monitoring.
6 lines (5 loc) • 316 B
TypeScript
import { Labels } from './types';
export declare const convertMetricLabel: (dotLabel: string) => string;
export declare const convertMetricLabels: (labelsIn?: Labels) => Labels;
export declare const convertTagLabel: (dotLabel: string) => string;
export declare const convertTagLabels: (labelsIn?: Labels) => Labels;