mirror of
https://git.friendi.ca/friendica/friendica-exporter.git
synced 2025-06-07 18:04:25 +02:00
Add Packet statistics
This commit is contained in:
parent
e699b52c5d
commit
12312e6ac9
2 changed files with 88 additions and 0 deletions
|
@ -79,6 +79,8 @@ type PacketCounts struct {
|
|||
OStatus int64 `json:"stat"`
|
||||
Feed int64 `json:"feed"`
|
||||
Mail int64 `json:"mail"`
|
||||
Bluesky int64 `json:"bsky"`
|
||||
Thumblr int64 `json:"tmbl"`
|
||||
}
|
||||
|
||||
// Packets contains statistics of inbound and outbound packages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue