Versions Compared

Key

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

...

  1. In the Datadog UI, click the “New Dashboard” link from the left navigation links tab

    image-20240805-150008.png
  2. Enter the name and select the “New Screenboard” button.

    image-20240805-150112.png

  3. Click the “Gear” icon from the top right corner and click the “Import Dashboard JSON” link

    image-20240805-150229.png
  4. Import the attached HiveMq HiveMQ dashboard JSON

    View file
    namehivemq.json
    , and done:

  5. Check the HiveMQ dashboard to view HiveMQ Metrics.

  6. Uninstall DataDog and HiveMQ.

    Code Block
    languagebash
    helm list --all-namespaces
    helm uninstall datadog --namespace datadog
    helm uninstall broker --namespace hivemq
    helm uninstall oper --namespace hivemq
    kubectl delete namespace datadog
    kubectl delete namespace hivemq

...