mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
add comment about downsampling
This commit is contained in:
parent
695472a8aa
commit
c5a09fcf0a
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ module.exports = EventLogger =
|
|||
# store the last count in a hash for each host
|
||||
previous = EventLogger._storeEventCount(key, count)
|
||||
if !previous? || count == (previous + 1)
|
||||
metrics.inc "event.#{channel}.valid", 0.001
|
||||
metrics.inc "event.#{channel}.valid", 0.001 # downsample high rate docupdater events
|
||||
return # order is ok
|
||||
if (count == previous)
|
||||
metrics.inc "event.#{channel}.duplicate"
|
||||
|
|
Loading…
Reference in a new issue