SwiftMQ Prometheus Monitoring App

Use this App

This app runs entirely in the background. When you log in, you see a REST Call statistic dashboard about the last minute and hour:

image-20210324-171315.png

Test

To test the output, open a browser or use Postman and issue a GET request on:

http://<hostname>:8080/api/swiftmqprometheus/metrics/flowdirector

To get metrics of any other connected router of this network, use:

http://<hostname>:8080/api/swiftmqprometheus/metrics/<routername>

You should see the metrics of that router in Prometheus format:

image-20211118-104746.png