Skip to content

Commit 2dbbad1

Browse files
committed
🔊 logs
modified: controllers/pod_controller.go
1 parent 2e1f646 commit 2dbbad1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

controllers/pod_controller.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ func (r *PodReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.R
9090
SumPodRequest.Timestamp = time.Now()
9191
log.Info(fmt.Sprint("Adding cache sample ", SumPodRequest.Sample))
9292
addToCache(cacheStore, SumPodRequest)
93+
log.Info(fmt.Sprint("Items in Cache: ", len(cacheStore.List())))
9394
} else {
9495
if err != nil {
9596
log.Error(err, err.Error())

0 commit comments

Comments
 (0)