The xapipe CLI supports prometheus metrics via a push gateway. With a push gateway set up, you can use it like so:
bin/run.sh --source-url http://0.0.0.0:8080/xapi \
--target-url http://0.0.0.0:8081/xapi \
--metrics-reporter prometheus \
--prometheus-push-gateway 0.0.0.0:9091
The following Prometheus metrics are implemented:
xapipe_statementsxapipe_attachmentsxapipe_job_errorsxapipe_source_errorsxapipe_target_errorsxapipe_all_errorsxapipe_source_request_timexapipe_target_request_timeIn addition the prometheus metrics collector provides various metrics under the jvm_ prefix.