[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

4
index.d.ts vendored
View File

@ -2601,8 +2601,10 @@ declare class Client {
}
declare const events: {
RESPONSE: string;
SERIALIZATION: string;
REQUEST: string;
DESERIALIZATION: string;
RESPONSE: string;
SNIFF: string;
RESURRECT: string;
};