Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
vijeyash1 committed Mar 8, 2024
1 parent 47557d8 commit 76d02e2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion agent/kubviz/k8smetrics_agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,10 @@ func main() {
}

collectAndPublishMetrics()

collectAndPublishMetrics()
collectAndPublishMetrics()
collectAndPublishMetrics()
collectAndPublishMetrics()
if cfg.SchedulerEnable { // Assuming "cfg.Schedule" is a boolean indicating whether to schedule or not.
scheduler := scheduler.InitScheduler(config, js, *cfg, clientset)

Expand Down

0 comments on commit 76d02e2

Please sign in to comment.