v1.45.0 (2026-03-11)
Features
Built-in cron scheduling is now available.
- You can now schedule tasks directly within the collector using the new
--cron-schedule,--run-startup, and--run-startup-sleepCLI flags. - New YAML config options include
cron.schedule,cron.run_on_startup, andcron.startup_sleep_secs. - Environment variables
COLLECTOR_CRON_SCHEDULE,COLLECTOR_RUN_STARTUP, andCOLLECTOR_RUN_STARTUP_SLEEPare supported for scheduling tasks.