Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In case of EC2, replace this IP with Auto-assigned IP address

Setup HiveMQ Prometheus Operator

  1. On your ec2 instance, go to your hivemq folder and cd into the extensions folder

  2. Download and unzip the latest HiveMQ Prometheus extension. The default configuration is already set in prometheusConfiguration.properties. This usually does not need to be changed

  3. Start hivemq by executing run.sh under hivemq/bin folder(please make sure its executable(chmod +x run.sh)

  4. You can confirm if the extension worked well by

    1. checking hivemq logs

    2. Go to http://<ec2-auto-assigned-ip>/metrics, it should show scrapped metrics page

...