Taking inspiration from prometheus/node_exporter#516, MSFT asked to implement something to track the status of each single collector, because right now we just log failures occurring inside Collect cycles, but we don't produce HTTP errors (which would prevent all the other functioning collectors from being scraped, even if just one fails).
Taking inspiration from prometheus/node_exporter#516, MSFT asked to implement something to track the status of each single collector, because right now we just log failures occurring inside
Collect
cycles, but we don't produce HTTP errors (which would prevent all the other functioning collectors from being scraped, even if just one fails).