You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: boot sequence health check and Prometheus health metrics
Add a boot sequence health check that will cause the app to abort if any
of the following requirements aren't met:
- Filesystem write permissions
- Redis connectivity
- LiveKit connectivity (when enabled - see livekit.healthCheck)
Additionally, add a health metric to the Prometheus exporter called
`recorder_component_health`. It's a gauge with two possible labels:
- livekit
- redis.
1 means healthy, 0 means unhealthy.
0 commit comments