Skip to content

CE-1998: Export data to prometheus

Domonkos Gulyas requested to merge CE-1998_Export-data-to-prometheus into develop

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

Merge request reports