1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 19:42:24 +02:00

Add tracker opentelemtry metrics

This commit is contained in:
Chocobozzz 2023-01-05 10:19:51 +01:00
parent 60bab7b540
commit 5847724474
No known key found for this signature in database
GPG key ID: 583A612D890159BE
5 changed files with 61 additions and 4 deletions

View file

@ -121,7 +121,7 @@ function createWebsocketTrackerServer (app: express.Application) {
// Don't destroy socket, we have Socket.IO too
})
return server
return { server, trackerServer }
}
// ---------------------------------------------------------------------------