Prometheus monitoring
Prometheus is an open-source systems monitoring and alerting toolkit. Prometheus collects and stores its metrics as time series data. That data is collected from services (like SeedDMS) by polling a web page which delivers the information to monitor. In case of SeedDMS this information consists of the number of users, document, folder, etc.
The SeedDMS prometheus extension implements
such a web page as an additional http end point which is not part of the
regular REST API. It can be accessed at https://your-domain/metrics.