azure-devops-exporter icon indicating copy to clipboard operation
azure-devops-exporter copied to clipboard

Parameter Scrape Time Projects not working

Open Jim0530 opened this issue 11 months ago • 0 comments

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 {

Jim0530 avatar Feb 21 '25 01:02 Jim0530