Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Ben BrooksBen BrooksReporter
Ben BrooksBen BrooksStory Points
1Components
Sprint
NoneFix versions
Priority
MajorInstabug
Open Instabug
Details
Details
Assignee
Ben Brooks
Ben BrooksReporter
Ben Brooks
Ben BrooksStory Points
1
Components
Sprint
None
Fix versions
Priority
Instabug
Open Instabug
PagerDuty
PagerDuty
PagerDuty
Sentry
Sentry
Sentry
Zendesk Support
Zendesk Support
Zendesk Support
Created September 4, 2023 at 1:11 PM
Updated April 8, 2024 at 10:11 PM
Resolved September 7, 2023 at 3:29 PM
Add API route that users can use for basic healthcheck processes (e.g. Load Balancer healthcheck)
Add a new
/_ping
route on all APIs: public, admin, and metricsIf healthy (HTTP server running) return HTTP 200 status and static body
Should not require authentication to check the health of an otherwise accessible port (no information leakage)
Should always be available to use (not behind a config flag)
Should be logged at debug level only (silent at info)