mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 02:09:37 +02:00
add channel and playlist stats to server stats endpoint (#3747)
* add channel and playlist stats to nodeinfo * add tests for active video channels stats * fix tests for active channel stats
This commit is contained in:
parent
a472cf0330
commit
fe19f600da
5 changed files with 193 additions and 24 deletions
|
@ -13,6 +13,13 @@ export interface ServerStats {
|
|||
totalVideos: number
|
||||
totalVideoComments: number
|
||||
|
||||
totalLocalVideoChannels: number
|
||||
totalLocalDailyActiveVideoChannels: number
|
||||
totalLocalWeeklyActiveVideoChannels: number
|
||||
totalLocalMonthlyActiveVideoChannels: number
|
||||
|
||||
totalLocalPlaylists: number
|
||||
|
||||
totalInstanceFollowers: number
|
||||
totalInstanceFollowing: number
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue