skyview/internal/server
Ole-Morten Duesund d8b53167a2 Add health check endpoint for monitoring and load balancers
- Added /health endpoint for Caddy and other monitoring systems
- Returns JSON with service status, source connectivity, and metrics
- HTTP 200 when healthy, 503 when degraded (no active sources)
- Includes aircraft count, message count, and source status

Useful for:
- Load balancer health checks
- Service monitoring dashboards
- Automated alerting systems

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-24 20:20:46 +02:00
..
testdata Initial implementation of SkyView - ADS-B aircraft tracker 2025-08-23 22:09:37 +02:00
server.go Add health check endpoint for monitoring and load balancers 2025-08-24 20:20:46 +02:00