monitoring(gpu): remove ambiguous shared wording
This commit is contained in:
parent
72e4dcd84b
commit
5513608b1a
@ -5388,7 +5388,7 @@ def build_gpu_dashboard():
|
||||
{"h": 8, "w": 12, "x": 12, "y": 8},
|
||||
unit="percent",
|
||||
transformations=[{"id": "labelsToFields", "options": {}}],
|
||||
description="DCGM labels the device utilization sample with GPU-consuming pods; shared-GPU pods can report the same device value.",
|
||||
description="DCGM labels the device utilization sample with GPU-consuming pods; multiple pods on one device can report the same value.",
|
||||
)
|
||||
)
|
||||
return {
|
||||
|
||||
@ -187,7 +187,7 @@
|
||||
"options": {}
|
||||
}
|
||||
],
|
||||
"description": "DCGM labels the device utilization sample with GPU-consuming pods; shared-GPU pods can report the same device value."
|
||||
"description": "DCGM labels the device utilization sample with GPU-consuming pods; multiple pods on one device can report the same value."
|
||||
}
|
||||
],
|
||||
"time": {
|
||||
|
||||
@ -196,7 +196,7 @@ data:
|
||||
"options": {}
|
||||
}
|
||||
],
|
||||
"description": "DCGM labels the device utilization sample with GPU-consuming pods; shared-GPU pods can report the same device value."
|
||||
"description": "DCGM labels the device utilization sample with GPU-consuming pods; multiple pods on one device can report the same value."
|
||||
}
|
||||
],
|
||||
"time": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user