Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.61 KB

README.md

File metadata and controls

42 lines (26 loc) · 1.61 KB

RHOAI Metrics Dashboard for Single Serving Models

Enable RHOAI User Workload Metrics for Single Serving Models

Prerequisites

  • OpenShift 4.10 or later
  • OpenShift AI 2.10+ installed
  • OpenShift AI KServe installed and configured
  • NVIDIA GPU Operator installed and configured

Installation

Usage

Grab the Grafana route and open it in a browser:

NS="user-grafana"
GRAFANA_URL=$(oc get route -n $NS grafana-route -o jsonpath='{.spec.host}')
echo $GRAFANA_URL
  • vLLM Model Metrics Dashboard: Provides Model metrics for vLLM Single Serving Models dashboard.

vLLM Dashboard 1

  • vLLM Service Performance Dashboard: Provides Service Performance metrics for vLLM Single Serving Models dashboard.

vLLM Dashboard 2

  • OpenVino Service Model Metrics Dashboard: Provides metrics for OpenVino Single Serving Models

vLLM Dashboard 4

  • OpenVino Model Metrics Dashboard: Provides Service Performance metrics for OpenVino Single Serving Models.

vLLM Dashboard 3