Skip to content

Commit 442e026

Browse files
committed
comment-1
1 parent 3c31c86 commit 442e026

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkg/telemetry/collector_util.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1114,8 +1114,8 @@ func detectMachineCategory(mType string) string {
11141114
// isCPUFallback checks if the machine type contains any of the standard CPU identifiers.
11151115
func isCPUFallback(mType string) bool {
11161116
cpuKeywords := []string{
1117-
"-standard-", "-highmem-", "-highcpu-",
1118-
"-megamem-", "-ultramem-", "custom-",
1117+
"-standard-", "-highmem-", "-highcpu-", "-megamem-",
1118+
"-ultramem-", "custom-", "-micro", "-small", "-medium", "-metal",
11191119
}
11201120
for _, kw := range cpuKeywords {
11211121
if strings.Contains(mType, kw) {

0 commit comments

Comments
 (0)