diff --git a/stats/stats.go b/stats/stats.go index 715c9bc..c301656 100644 --- a/stats/stats.go +++ b/stats/stats.go @@ -61,7 +61,7 @@ type PeerStats struct { } type Stats struct { - Start time.Time `json:"time"` + Start time.Time `json:"start_time"` Announces uint64 `json:"announces"` Scrapes uint64 `json:"scrapes"`