]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/server/server-debug.model.ts
Add playback metric endpoint sent to OTEL
[github/Chocobozzz/PeerTube.git] / shared / models / server / server-debug.model.ts
1 export interface ServerDebug {
2 ip: string
3 activityPubMessagesWaiting: number
4 }