fix(8082): removed unnecessary log lines (#8123)

This commit is contained in:
aniketio-ctrl
2025-06-02 18:39:43 +05:30
committed by GitHub
parent 9d397d0867
commit 61b2f8cb31

View File

@@ -6267,9 +6267,6 @@ func (r *ClickHouseReader) GetUpdatedMetricsMetadata(ctx context.Context, orgID
if err == nil {
cachedMetadata[metricName] = metadata
} else {
if err != nil {
zap.L().Error("Error retrieving metrics metadata from cache", zap.String("metric_name", metricName), zap.Error(err))
}
missingMetrics = append(missingMetrics, metricName)
}
}