Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Ben BrooksBen BrooksReporter
Tor ColvinTor ColvinStory Points
3Components
Fix versions
Priority
MajorInstabug
Open Instabug
Details
Details
Assignee
Ben Brooks
Ben BrooksReporter
Tor Colvin
Tor ColvinStory Points
3
Components
Fix versions
Priority
Instabug
Open Instabug
PagerDuty
PagerDuty
PagerDuty
Sentry
Sentry
Sentry
Zendesk Support
Zendesk Support
Zendesk Support
Created September 15, 2023 at 7:56 PM
Updated August 31, 2024 at 10:57 AM
Resolved September 18, 2023 at 4:52 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)