Skip to content

Commit 8176cd8

Browse files
Google APIscopybara-github
authored andcommitted
feat: add DCGM enum in monitoring config
PiperOrigin-RevId: 650740847
1 parent 847b40b commit 8176cd8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

google/container/v1beta1/cluster_service.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6096,6 +6096,9 @@ message MonitoringComponentConfig {
60966096

60976097
// KUBELET
60986098
KUBELET = 14;
6099+
6100+
// NVIDIA Data Center GPU Manager (DCGM)
6101+
DCGM = 15;
60996102
}
61006103

61016104
// Select components to collect metrics. An empty set would disable all

0 commit comments

Comments
 (0)