зеркало из https://github.com/microsoft/statsd.git
* whitespace
This commit is contained in:
Родитель
030c1f997c
Коммит
fe6632a5ad
|
@ -106,12 +106,12 @@ var flush_stats = function graphite_flush(ts, metrics) {
|
|||
if (legacyNamespace === true) {
|
||||
statString += namespace.join(".") + globalSuffix + valuePerSecond + ts_suffix;
|
||||
if (flush_counts) {
|
||||
statString += 'stats_counts.' + key + globalSuffix + value + ts_suffix;
|
||||
statString += 'stats_counts.' + key + globalSuffix + value + ts_suffix;
|
||||
}
|
||||
} else {
|
||||
statString += namespace.concat('rate').join(".") + globalSuffix + valuePerSecond + ts_suffix;
|
||||
if (flush_counts) {
|
||||
statString += namespace.concat('count').join(".") + globalSuffix + value + ts_suffix;
|
||||
statString += namespace.concat('count').join(".") + globalSuffix + value + ts_suffix;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче