feat(ws): metrics (#9005)

* feat(WebSocketManager): fetch status

* feat(WebSocketShard): heartbeat event

* chore: ci

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
DD
2023-01-06 14:00:47 +02:00
committed by GitHub
parent e8b7504352
commit 0ff67d8e7a
7 changed files with 104 additions and 20 deletions

View File

@@ -114,6 +114,10 @@ vi.mock('node:worker_threads', async () => {
case WorkerSendPayloadOp.ShardCanIdentify: {
break;
}
case WorkerSendPayloadOp.FetchStatus: {
break;
}
}
}