...
In case of EC2, replace this IP with Auto-assigned IP address
Setup HiveMQ Prometheus Operator
On your ec2 instance, go to your hivemq folder and cd into the extensions folder
Download and unzip the latest HiveMQ Prometheus extension. The default configuration is already set in
prometheusConfiguration.properties
. This usually does not need to be changedStart hivemq by executing run.sh under hivemq/bin folder(please make sure its executable(chmod +x run.sh)
You can confirm if the extension worked well by
checking hivemq logs
Go to
http://<ec2-auto-assigned-ip>/metrics
, it should show scrapped metrics page
...