A lightweight .NET 8 API for retrieving system metrics including CPU and memory information.
- Real-time system metrics
- API key authentication
- Self-contained deployment
- Swagger documentation
dotnet runcurl -H "X-API-KEY: your-secret-key" https://localhost:7000/metricsSet your API key in appsettings.json:
{
"ApiKey": "your-secret-key"
}The project uses GitHub Actions for CI/CD. The badge above shows the current build status.