-
Notifications
You must be signed in to change notification settings - Fork 2
Provide uptime statistics for each service #20
Copy link
Copy link
Open
Labels
flag: good 1st issueGood for newcomersGood for newcomerspriority: mediumMedium priorityMedium prioritystatus: blockedSomething prevents progressSomething prevents progresstype flag: spec changeProposed change requires spec changesProposed change requires spec changestype: featureNew feature or requestNew feature or requestworkload: hoursLikely takes hours to resolveLikely takes hours to resolve
Metadata
Metadata
Assignees
Labels
flag: good 1st issueGood for newcomersGood for newcomerspriority: mediumMedium priorityMedium prioritystatus: blockedSomething prevents progressSomething prevents progresstype flag: spec changeProposed change requires spec changesProposed change requires spec changestype: featureNew feature or requestNew feature or requestworkload: hoursLikely takes hours to resolveLikely takes hours to resolve
Once #13 is implemented, it would be nice to include some form up uptime statistics in the
GET services/{service_id}/healthendpoint, e.g., percent of heartbeat calls with a return code suggesting normal operation within the last 24 hours, 1 week, 1 month, since operation. This will require some form of tracking of heartbeat results in the database.