Skip to content

Initialize collector metrics

meskio requested to merge meskio/bridgestrap:collector-initialization into main

Reading the collector metrics temp file it might load a nil into BridgeTests. Let's make sure the map is properly initalized so we don't crash writting to a nil map.

Don't clean up CollectorMetrics.BridgeTests after publishing the collector metrics, as we now expire each bridgetest by date.

Merge request reports