diff --git a/pkg/neg/metrics/metricscollector/metrics_collector.go b/pkg/neg/metrics/metricscollector/metrics_collector.go index 3e426994a1..f8e6dd0760 100644 --- a/pkg/neg/metrics/metricscollector/metrics_collector.go +++ b/pkg/neg/metrics/metricscollector/metrics_collector.go @@ -155,7 +155,7 @@ func (sm *SyncerMetrics) export() { "Network Endpoint Count", lpMetrics.NumberOfEndpoints, "Endpoint Count From EPS", epCount, "Endpoint Slice Count", epsCount, - "NEG Count", negCounts, + "NEG Count", fmt.Sprintf("%+v", negCounts), ) finishedDurations, longestUnfinishedDurations := sm.computeDualStackMigrationDurations()