We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b6676a commit c980b46Copy full SHA for c980b46
downdetector-exporter.go
@@ -101,7 +101,7 @@ type CompanySet struct {
101
Stats60 int `json:"stats_60"`
102
// IgnoreStats24 is the statistics over the last 24h in 15 minute buckets.
103
IgnoreStats24 []int `json:"stats_24"`
104
- // Stats15 FIXME
+ // Stats15 is the number of reports over the last 15
105
Stats15 int `json:"-"`
106
// NumStatus needs to be filled in programmatically from IgnoreStatus value so it can be used as metric
107
NumStatus int `json:"-"`
0 commit comments