Azure / Moneo

Distributed AI/HPC Monitoring Framework
MIT License
25 stars 16 forks source link

Hotfix for Node Exporter Job ID Update #33

Closed yakovdyadkin closed 1 year ago

yakovdyadkin commented 1 year ago

Quick fix for a bug in job id updates in NodeExporter. BaseExporter uses a global flag for job updates. NodeExporter extended a method that uses that flag which caused scoping issues and broke the main exporter loop, after the initial job id update.