diff --git a/internal/controller/controller.go b/internal/controller/controller.go index 12628306..17f796ef 100644 --- a/internal/controller/controller.go +++ b/internal/controller/controller.go @@ -56,8 +56,8 @@ func (c *Controller) Start(ctx context.Context) error { traceHandlerCacheSize := traceCacheSize(c.config.MonitorInterval, c.config.SamplesPerSecond, uint16(presentCores)) - intervals := times.New(c.config.MonitorInterval, - c.config.ReporterInterval, c.config.ProbabilisticInterval) + intervals := times.New(c.config.ReporterInterval, c.config.MonitorInterval, + c.config.ProbabilisticInterval) // Start periodic synchronization with the realtime clock times.StartRealtimeSync(ctx, c.config.ClockSyncInterval)