Skip to content

Commit

Permalink
Merge pull request GoogleCloudPlatform#606 from LujieDuan/lujieduan-u…
Browse files Browse the repository at this point in the history
…pdate-dashboards-for-gpu-intergrations

Update dashboards for gpu integrations
  • Loading branch information
EvanSimpson authored Aug 15, 2023
2 parents 6e5c330 + ef93169 commit 46cc719
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
5 changes: 0 additions & 5 deletions dashboards/nvidia-gpu/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ sample_dashboards:
display_name: NVIDIA GPU Monitoring Overview (GCE & GKE)
description: |-
Displays GPU metrics for both GKE Nodes and GCE VMs. GPU metrics for the GCE VMs require the Ops Agent to be installed.
related_integrations:
- id: nvml
platform: GCE
- id: dcgm
platform: GCE
-
category: NVIDIA GPUs
id: nvidia-dcgm
Expand Down
10 changes: 5 additions & 5 deletions dashboards/nvidia-gpu/nvidia-dcgm.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"plotType": "LINE",
"targetAxis": "Y1",
"timeSeriesQuery": {
"timeSeriesQueryLanguage": "fetch gce_instance\n| metric 'workload.googleapis.com/dcgm.gpu.pipe_utilization'\n"
"timeSeriesQueryLanguage": "fetch gce_instance\n| metric 'workload.googleapis.com/dcgm.gpu.profiling.pipe_utilization'\n"
}
}
],
Expand Down Expand Up @@ -46,7 +46,7 @@
"plotType": "LINE",
"targetAxis": "Y1",
"timeSeriesQuery": {
"timeSeriesQueryLanguage": "fetch gce_instance\n| metric 'workload.googleapis.com/dcgm.gpu.pcie_traffic_rate'\n| cast_units(\"By/s\")"
"timeSeriesQueryLanguage": "fetch gce_instance\n| metric 'workload.googleapis.com/dcgm.gpu.profiling.pcie_traffic_rate'\n| cast_units(\"By/s\")"
}
}
],
Expand Down Expand Up @@ -74,7 +74,7 @@
"plotType": "LINE",
"targetAxis": "Y1",
"timeSeriesQuery": {
"timeSeriesQueryLanguage": "fetch gce_instance\n| metric 'workload.googleapis.com/dcgm.gpu.sm_utilization'\n"
"timeSeriesQueryLanguage": "fetch gce_instance\n| metric 'workload.googleapis.com/dcgm.gpu.profiling.sm_utilization'\n"
}
}
],
Expand Down Expand Up @@ -122,7 +122,7 @@
"plotType": "LINE",
"targetAxis": "Y1",
"timeSeriesQuery": {
"timeSeriesQueryLanguage": "fetch gce_instance\n| metric 'workload.googleapis.com/dcgm.gpu.sm_occupancy'\n"
"timeSeriesQueryLanguage": "fetch gce_instance\n| metric 'workload.googleapis.com/dcgm.gpu.profiling.sm_occupancy'\n"
}
}
],
Expand Down Expand Up @@ -150,7 +150,7 @@
"plotType": "LINE",
"targetAxis": "Y1",
"timeSeriesQuery": {
"timeSeriesQueryLanguage": "fetch gce_instance\n| metric 'workload.googleapis.com/dcgm.gpu.nvlink_traffic_rate'\n| cast_units(\"By/s\")"
"timeSeriesQueryLanguage": "fetch gce_instance\n| metric 'workload.googleapis.com/dcgm.gpu.profiling.nvlink_traffic_rate'\n| cast_units(\"By/s\")"
}
}
],
Expand Down

0 comments on commit 46cc719

Please sign in to comment.