Commit Graph

2 Commits

Author SHA1 Message Date
30992ea44b fix(smartmetrics): Refactor metrics calculation and update Prometheus integration documentation 2025-06-09 12:07:24 +00:00
34b09ed7a7 feat: Implement Prometheus metrics exposure in SmartMetrics
- Added Prometheus gauges for CPU and memory metrics.
- Implemented HTTP server to expose metrics at /metrics endpoint.
- Created methods to enable and disable the Prometheus endpoint.
- Updated getMetrics() to set gauge values.
- Added tests for Prometheus metrics functionality.
- Updated documentation plan for Prometheus integration.
2025-06-09 10:31:25 +00:00