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:
parent
60bab7b540
commit
5847724474
5 changed files with 61 additions and 4 deletions
|
@ -121,7 +121,7 @@ function createWebsocketTrackerServer (app: express.Application) {
|
|||
// Don't destroy socket, we have Socket.IO too
|
||||
})
|
||||
|
||||
return server
|
||||
return { server, trackerServer }
|
||||
}
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue