mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-01 13:21:37 +02:00
Merge pull request #2737 from overleaf/bg-split-editor-events-metric
split metric for editor events by message type GitOrigin-RevId: 832b0abf8582138c05b786dcf9114dcdb3a63b91
This commit is contained in:
@@ -39,7 +39,9 @@ module.exports = EditorRealTimeController = {
|
||||
payload,
|
||||
_id: message_id
|
||||
})
|
||||
Metrics.summary('redis.publish.editor-events', blob.length)
|
||||
Metrics.summary('redis.publish.editor-events', blob.length, {
|
||||
status: message
|
||||
})
|
||||
return rclient.publish(channel, blob)
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user