зеркало из https://github.com/microsoft/statsd.git
counter to counters for consistency
This commit is contained in:
Родитель
c341f969e3
Коммит
1cacf7b2a3
|
@ -31,7 +31,7 @@ ConsoleBackend.prototype.flush = function(timestamp, metrics) {
|
|||
});
|
||||
|
||||
var out = {
|
||||
counter: this.statsCache.counters,
|
||||
counters: this.statsCache.counters,
|
||||
timers: this.statsCache.timers,
|
||||
gauges: metrics.gauges,
|
||||
timer_data: metrics.timer_data,
|
||||
|
|
Загрузка…
Ссылка в новой задаче