UNPKG

node-universe

Version:

基于 Nodejs 环境的一款微服务框架,原理来自于宇宙中的恒星,行星,卫星等系统。

15 lines (14 loc) 430 B
import BaseReporter from './base'; export default class StatsdReporter extends BaseReporter { private defaultLabels; constructor(options: any); init(registry: any): void; private labelsToTags; private escapeLabelValue; private generateStatsDSeries; private generateStatDLine; flush(): void; private sendChunks; private send; metricChanged(metric: any, value: any, labels: any): void; }