Skip to content

Commit 2fa16c6

Browse files
Update pkg/telemetry/collector_util.go
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent f662697 commit 2fa16c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/telemetry/collector_util.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1104,7 +1104,7 @@ func detectMachineCategory(mType string) string {
11041104
}
11051105
}
11061106

1107-
if strings.Contains(mType, "-standard-") || strings.Contains(mType, "-highmem-") || strings.Contains(mType, "-highcpu-") || strings.Contains(mType, "custom-") {
1107+
if strings.Contains(mType, "-standard-") || strings.Contains(mType, "-highmem-") || strings.Contains(mType, "-highcpu-") || strings.Contains(mType, "-megamem-") || strings.Contains(mType, "-ultramem-") || strings.Contains(mType, "custom-") {
11081108
return "CPU"
11091109
}
11101110

0 commit comments

Comments
 (0)