[Backport 7.x] Added new observability events (#1370)

Co-authored-by: Tomas Della Vedova <delvedor@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2020-12-09 11:44:39 +01:00
committed by GitHub
parent 29ee3ec582
commit 07bcd62285
6 changed files with 522 additions and 4 deletions

View File

@ -314,7 +314,9 @@ const events = {
RESPONSE: 'response',
REQUEST: 'request',
SNIFF: 'sniff',
RESURRECT: 'resurrect'
RESURRECT: 'resurrect',
SERIALIZATION: 'serialization',
DESERIALIZATION: 'deserialization'
}
module.exports = {