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
Consider refactoring to allow enabling/disabling features "per collector".
Implement one prometheus collector per feature-set, i.e. one for iscsi stats, one for node metrics, etc. These would likely map 1:1 with each goroutine collection inside the main Collect() method
Would allow folks to run with things like the QoSHistogram collection gracefully disabled, as this functionality requires admin privileges on ElementOS 11.x (a bug)
Could enable success/error/timeout counters per collector to provide further insights into which api calls are slow
The text was updated successfully, but these errors were encountered:
Consider refactoring to allow enabling/disabling features "per collector".
The text was updated successfully, but these errors were encountered: