We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 21d1cc0 + 77af389 commit bddd673Copy full SHA for bddd673
pkg/monitors/statuscake/statuscake-responses.go
@@ -21,7 +21,7 @@ type StatusCakeMonitorData struct {
21
ContactGroup []string `json:"contact_groups"`
22
Status string `json:"status"`
23
Tags []string `json:"tags"`
24
- Uptime int `json:"uptime"`
+ Uptime float64 `json:"uptime"`
25
}
26
type StatusCakeMonitorMetadata struct {
27
Page int `json:"page"`
0 commit comments