I am using $SCRAPE_TIME_PROJECTS to config the time for scraping projects. So i started to trace code since it's not working.
I found out that to disable the project collector depends on Opts.Scrape.TimeLive.Seconds() instead of Opts.Scrape.TimeProjects
collectorName = "Project"
if Opts.Scrape.TimeLive.Seconds() > 0 {