|
@@ -736,7 +736,6 @@ func findDeletedPodInfo(cli prometheusClient.Client, missingContainers map[strin
|
|
|
cm, _ := NewContainerMetricFromKey(key)
|
|
cm, _ := NewContainerMetricFromKey(key)
|
|
|
labels, ok := podLabels[cm.PodName]
|
|
labels, ok := podLabels[cm.PodName]
|
|
|
if !ok {
|
|
if !ok {
|
|
|
- log.Errorf("unable to find historical data for pod '%s'", cm.PodName)
|
|
|
|
|
labels = make(map[string]string)
|
|
labels = make(map[string]string)
|
|
|
}
|
|
}
|
|
|
for k, v := range costData.NamespaceLabels {
|
|
for k, v := range costData.NamespaceLabels {
|