<- Back to Index

Metrics

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:

Counters

Histograms

In addition the prometheus metrics collector provides various metrics under the jvm_ prefix.

<- Back to Index