I recall that there is a situation during startup before prometheus-dirsize-metrics has scraped all directories once, where for example TOTAL_SIZE is growing slowly from 0 up to the total it will observe after a full scan has completed.
Can/should we avoid providing metrics until its ready to be flushed after a cycle finishes?
I recall that there is a situation during startup before prometheus-dirsize-metrics has scraped all directories once, where for example
TOTAL_SIZEis growing slowly from 0 up to the total it will observe after a full scan has completed.Can/should we avoid providing metrics until its ready to be flushed after a cycle finishes?