Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

A1 PMS Spring Boot application exposes some management endpoints including loggers, metrics, Prometheus, and so on...

...

http://localhost:8081/actuator/health or http://localhost:8081/actuator/prometheus


Prometheus Statistics

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"

...

reveals total created policy type. An example of Prometheus statistics:

On the other hand, if


Prometheus UI


If you want to visualize these Prometheus' statistics in Prometheus GUI,
you can bind the below 'prometheus.yml' file while starting the Prometheus containerthat exists in config folder.

You can use this link these links to access Prometheus' page and instructions:

...