fix(readme): Update documentation with detailed usage instructions, API references and integration examples.

This commit is contained in:
Juergen Kunz
2025-06-09 12:34:06 +00:00
parent f587884e86
commit c47732c5fc
3 changed files with 224 additions and 92 deletions

View File

@ -1,5 +1,13 @@
# Changelog
## 2025-06-09 - 2.0.9 - fix(readme)
Update documentation with detailed usage instructions, API references and integration examples.
- Overhauled README to provide a clearer explanation of SmartMetrics features and API.
- Added a quick start guide, detailed examples, and code snippets for various integrations (Express, PM2, custom dashboards).
- Reorganized documentation sections to better highlight core concepts including process aggregation and memory limit detection.
- Updated installation instructions and usage examples to reflect the latest functionality.
## 2025-06-09 - 2.0.8 - fix(smartmetrics)
Refactor metrics calculation and update Prometheus integration documentation