Created attachment 1757868 [details] Actual results for console graphs Description of problem: WMCO uses existing console queries to display graphs for Windows nodes. Changes in filesystem queries(https://github.com/openshift/console/pull/7201) on the console side, prevents filesystem graphs to be displayed for Windows nodes. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1.Deploy 2.0+ version of WMCO 2.Create MachineSet 3.Observe console graphs when the Node bootstrap is completed successfully Actual results: All node graphs visible except for Filesystem graphs. Expected results: All node graphs visible for Windows nodes Additional info: The reason for filesystem queries to not work is windows_exporter is not returning any values for `mountpoint` field which is being used in the updated queries.
As a part of this fix, to avoid breakage in future by query updates, add Windows test to the console(https://github.com/openshift/console) repo.
This work is tracked by https://issues.redhat.com/browse/WINC-590