docs(administration): Add metrics

ref: #156 #469
This commit is contained in:
2025-01-13 18:13:55 +09:30
parent b87286cd31
commit 39a11836f1
4 changed files with 60 additions and 0 deletions

View File

@ -1,3 +1,8 @@
## Version 1.8.0
- Prometheus exporter added. To enable metrics for the database you will have to update the database backend. see the [docs](https://nofusscomputing.com/projects/centurion_erp/administration/monitoring/#django-exporter-setup) for further information.
## Version 1.5.0
- When v1.4.0 was release the migrations were not merged. As part of the work conducted on this release the v1.4 migrations have been squashed. This should not have any effect on any system that when they updated to v1.4, they ran the migrations and they **completed successfully**. Upgrading from <1.4.0 to this release should also have no difficulties as the migrations required still exist. There are less of them, however with more work per migration.