Access Grafana

Out of the box, the HPE Machine Learning Inferencing Software controller provides a default Grafana dashboard that displays metrics for the HPE Machine Learning Inference Software deployments. You can use Grafana to monitor the performance of your deployments and services.

Before You Start

  • Ensure you have access to the HPE Machine Learning Inferencing Software controller.
  • Familiarize yourself with Grafana and its features.

How to Access Grafana

With SSO

  1. Navigate to Deployments.
  2. Select the ellipsis icon for the deployment you want to monitor.
  3. Select Open dashboard.

Without SSO

  1. Obtain the Grafana Admin user password by running the following command:
    kubectl get secret aioli-grafana -o jsonpath="{.data.admin-password}" | base64 --decode ; echo
  2. Open a web browser and navigate to the /grafana endpoint of the Controller.
  3. Log in with the default credentials:
    • Username: admin (default)
    • Password: <PASSWORD>
  4. Navigate to Dashboards > HPE Machine Learning Inference Software Deployment Dashboard.