Skip to content

Commit

Permalink
Add NVIDIA Triton GMP integration (#881)
Browse files Browse the repository at this point in the history
Adds a NVIDIA Triton sample dashboard, associated with integration metadata (currently HIDDEN; will launch after validation and docs updates).

go/triton-dashboard-dev-notes (internal link)
  • Loading branch information
yqlu authored Dec 18, 2024
1 parent 5437a1b commit bd8167e
Show file tree
Hide file tree
Showing 7 changed files with 1,212 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dashboards/nvidia-gpu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,8 @@
|:------------------|
|Filename: [nvidia-dcgm-prometheus.json](nvidia-dcgm-prometheus.json)|
|Displays Advanced GPU metrics from NVIDIA Datacenter GPU Manager (DCGM). This requires a specific setup (e.g. installing DCGM and DCGM exporter).|

|NVIDIA Triton Inference Server (GKE Only)|
|:------------------|
|Filename: [nvidia-triton-prometheus.json](nvidia-triton-prometheus.json)|
|Displays Triton Inference Server metrics. This requires your GKE cluster to have NVIDIA Triton installed and exporting metrics via Managed Prometheus.|
9 changes: 9 additions & 0 deletions dashboards/nvidia-gpu/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,12 @@ sample_dashboards:
related_integrations:
- id: dcgm
platform: GKE
-
category: NVIDIA GPUs
id: nvidia-triton-prometheus
display_name: NVIDIA Triton Inference Server (GKE Only)
description: |-
Displays Triton Inference Server metrics. This requires your GKE cluster to have NVIDIA Triton installed and exporting metrics via Managed Prometheus.
related_integrations:
- id: nvidia-triton
platform: GKE
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit bd8167e

Please sign in to comment.