mirror of
https://git.friendi.ca/friendica/friendica-exporter.git
synced 2025-06-07 09:54:26 +02:00
Add posts stats
This commit is contained in:
parent
52d90ca4c1
commit
5770fc2a18
2 changed files with 57 additions and 1 deletions
|
@ -5,6 +5,7 @@ type ServerInfo struct {
|
|||
Cron Cron `json:"cron"`
|
||||
Worker Worker `json:"worker"`
|
||||
Users Users `json:"users"`
|
||||
Posts Posts `json:"posts"`
|
||||
Packets Packets `json:"packets"`
|
||||
Reports Reports `json:"reports"`
|
||||
Update Update `json:"update"`
|
||||
|
@ -45,7 +46,7 @@ type Worker struct {
|
|||
LastExecution DateTimeTimestamp `json:"lastExecution"`
|
||||
JPM JPM `json:"jpm"`
|
||||
Active WorkerCount `json:"active"`
|
||||
Defferd []int64 `json:"defferd"`
|
||||
Deferred []int64 `json:"deferrd"`
|
||||
Total WorkerCount `json:"total"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue