You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 {
The text was updated successfully, but these errors were encountered:
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 {
The text was updated successfully, but these errors were encountered: