Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Prerequisite: hiveMQ is successfully installed Install HiveMQ on the AKS cluster

Enabling the service

Update the following values in values.yaml file to true

monitoring:
  dedicated: true
  enabled: true

Save the file and apply the changes

helm upgrade hivemq --install hivemq/hivemq-operator --values values.yaml

Now run the following command to check the restarted services, the prometheus and grafana services should be running as shown in screenshot

kubernetes get services

Configure monitoring

To access the Grafana dashboard, forward the Grafana port to your local machine:

kubectl port-forward svc/hivemq-grafana 8081:80

To open your Grafana dashboard, go to http://localhost:8081 and log in with the default login credentials: username: admin, password: prom-operator.
Select the HiveMQ Cluster dashboard to view the most important HiveMQ metrics

  • No labels