mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Add collection into graphite key
This commit is contained in:
parent
45ec60d8a6
commit
86f220a2d2
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ module.exports =
|
|||
# Ignore noisy command methods like authenticating, ismaster and ping
|
||||
return _method.call this, db_command, options, callback
|
||||
|
||||
key = "mongo-requests.#{type}"
|
||||
key = "mongo-requests.#{collection}.#{type}"
|
||||
if db_command.query?
|
||||
query = Object.keys(db_command.query).sort().join("_")
|
||||
key += "." + query
|
||||
|
|
Loading…
Reference in a new issue