Просмотр исходного кода

improve log message

Co-authored-by: Alex Meijer <ameijer@users.noreply.github.com>
Signed-off-by: Artur Khantimirov <yokree@gmail.com>
Artur Khantimirov 2 лет назад
Родитель
Сommit
a42b0728ea
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      pkg/costmodel/costmodel.go

+ 1 - 1
pkg/costmodel/costmodel.go

@@ -2554,7 +2554,7 @@ func (cm *CostModel) QueryAllocation(window kubecost.Window, resolution, step ti
 					}
 
 					if totals == nil {
-						log.Errorf("unable to locate asset totals for allocation %s", key)
+						log.Errorf("unable to locate asset totals for allocation %s, corresponding PARC is being skipped", key)
 						continue
 					}