This commit is contained in:
usbharu 2025-04-20 17:39:15 +09:00
parent 0bc7588984
commit f34672c826
Signed by: usbharu
GPG Key ID: 8CB1087135660B8D
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ func collectStats() {
time.Sleep(30 * time.Second)
stats, err := client.Meta().Stats()
if err != nil {
logrus.WithField("type", "stats").Warning(err)
continue
}
misskeyNotesCount.Set(float64(stats.NotesCount))