A1 PMS Spring Boot application exposes some management endpoints including loggers, metrics, Prometheus, and so on...
...
Prometheus is time-series database, which stores a sequence of data points, across time. It’s generally used to store metrics and performance data from your applications.
There are plenty of Prometheus statistics and counters, however "total_ric_count", "total_policy_type_count", and "total_policy_count"
...
To access metrics, you can use graph page and search for one of the existing metrics such as "total_policy_type_count".
Another Prometheus metric metrics called "total_ric_count" and "total_policy_count" can be observed too.