@@ -22,15 +22,15 @@ const (
22
22
23
23
var ContainerGpuLabelFilter = map [string ]map [string ]interface {}{
24
24
constants .ClusterNameKey : nil ,
25
- constants .InstanceIdKey : nil ,
25
+ constants .InstanceIDKey : nil ,
26
26
constants .GpuDeviceKey : nil ,
27
27
constants .MetricType : nil ,
28
28
constants .NodeNameKey : nil ,
29
29
constants .K8sNamespace : nil ,
30
30
constants .FullPodNameKey : nil ,
31
31
constants .PodNameKey : nil ,
32
32
constants .TypeService : nil ,
33
- constants .GpuUniqueId : nil ,
33
+ constants .GpuUniqueID : nil ,
34
34
constants .ContainerNamekey : nil ,
35
35
constants .InstanceTypeKey : nil ,
36
36
constants .VersionKey : nil ,
@@ -49,15 +49,15 @@ var ContainerGpuLabelFilter = map[string]map[string]interface{}{
49
49
}
50
50
var PodGpuLabelFilter = map [string ]map [string ]interface {}{
51
51
constants .ClusterNameKey : nil ,
52
- constants .InstanceIdKey : nil ,
52
+ constants .InstanceIDKey : nil ,
53
53
constants .GpuDeviceKey : nil ,
54
54
constants .MetricType : nil ,
55
55
constants .NodeNameKey : nil ,
56
56
constants .K8sNamespace : nil ,
57
57
constants .FullPodNameKey : nil ,
58
58
constants .PodNameKey : nil ,
59
59
constants .TypeService : nil ,
60
- constants .GpuUniqueId : nil ,
60
+ constants .GpuUniqueID : nil ,
61
61
constants .InstanceTypeKey : nil ,
62
62
constants .VersionKey : nil ,
63
63
constants .SourcesKey : nil ,
@@ -73,7 +73,7 @@ var PodGpuLabelFilter = map[string]map[string]interface{}{
73
73
}
74
74
var NodeGpuLabelFilter = map [string ]map [string ]interface {}{
75
75
constants .ClusterNameKey : nil ,
76
- constants .InstanceIdKey : nil ,
76
+ constants .InstanceIDKey : nil ,
77
77
constants .GpuDeviceKey : nil ,
78
78
constants .MetricType : nil ,
79
79
constants .NodeNameKey : nil ,
@@ -89,7 +89,7 @@ var NodeGpuLabelFilter = map[string]map[string]interface{}{
89
89
var PodNeuronLabelFilter = map [string ]map [string ]interface {}{
90
90
constants .ClusterNameKey : nil ,
91
91
constants .FullPodNameKey : nil ,
92
- constants .InstanceIdKey : nil ,
92
+ constants .InstanceIDKey : nil ,
93
93
constants .InstanceTypeKey : nil ,
94
94
constants .K8sPodNameKey : nil ,
95
95
constants .K8sNamespace : nil ,
@@ -114,7 +114,7 @@ var ContainerNeuronLabelFilter = map[string]map[string]interface{}{
114
114
constants .ClusterNameKey : nil ,
115
115
constants .ContainerNamekey : nil ,
116
116
constants .FullPodNameKey : nil ,
117
- constants .InstanceIdKey : nil ,
117
+ constants .InstanceIDKey : nil ,
118
118
constants .InstanceTypeKey : nil ,
119
119
constants .K8sPodNameKey : nil ,
120
120
constants .K8sNamespace : nil ,
@@ -138,7 +138,7 @@ var ContainerNeuronLabelFilter = map[string]map[string]interface{}{
138
138
139
139
var NodeNeuronLabelFilter = map [string ]map [string ]interface {}{
140
140
constants .ClusterNameKey : nil ,
141
- constants .InstanceIdKey : nil ,
141
+ constants .InstanceIDKey : nil ,
142
142
constants .InstanceTypeKey : nil ,
143
143
constants .K8sNamespace : nil ,
144
144
internal .NeuronDevice : nil ,
0 commit comments