ClusterCockpit / cc-metric-collector

A node agent for measuring, processing and forwarding node level metrics
MIT License
4 stars 7 forks source link

[LikwidCollector] Initialize also if register access is currently locked #71

Closed TomTheBear closed 2 years ago

TomTheBear commented 2 years ago

Restarts of cc-metric-collector can happen any time. If the LIKWID lock does not permit register access in that moment, the LikwidCollector fails at initialization. It should be initialized in that case, to that it starts gathering metrics as soon as the lock is released.