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

Add AP stats

This commit is contained in:
Chocobozzz 2020-12-15 13:34:58 +01:00
parent 48586fe070
commit 99afa081bc
No known key found for this signature in database
GPG key ID: 583A612D890159BE
7 changed files with 193 additions and 70 deletions

View file

@ -18,6 +18,10 @@ export interface ServerStats {
totalInstanceFollowing: number
videosRedundancy: VideosRedundancyStats[]
totalActivityPubMessagesProcessed: number
activityPubMessagesProcessedPerSecond: number
totalActivityPubMessagesWaiting: number
}
export interface VideosRedundancyStats {