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:
parent
48586fe070
commit
99afa081bc
7 changed files with 193 additions and 70 deletions
|
@ -18,6 +18,10 @@ export interface ServerStats {
|
|||
totalInstanceFollowing: number
|
||||
|
||||
videosRedundancy: VideosRedundancyStats[]
|
||||
|
||||
totalActivityPubMessagesProcessed: number
|
||||
activityPubMessagesProcessedPerSecond: number
|
||||
totalActivityPubMessagesWaiting: number
|
||||
}
|
||||
|
||||
export interface VideosRedundancyStats {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue