CE-1998: Export data to prometheus
The <BASE URL>/actuator/prometheus
endpoint has been exposed for the Prometheus to collect metrics.
The most efficient way of testing this feature is, to run a Prometheus docker container in local.
Files to run a Prometheus docker container: docker-compose.ymlprometheus.yml Replace the to the actual base url of your backend. Or, if it is deployed to an environment, you can use thats url.
It may require to run the Deploy BE as a docker container in the same Docker network for the Prometheus to work properly. Hint docker compose file for the BE:docker-compose.yml
Closes CE-1998
Edited by Domonkos Gulyas