Developer story
As a WMCO developer, I want windows_exporter submodule to be on version v0.18.1, so that WMCO benefits from the latest changes and bug fixes.
Description
Update WMCO submodule windows_exporter to v0.18.1.
Required
Requires a Fast forward PR in the Openshift's prometheus-community-windows_exporter repository. See Engineering Details below.
Nice to have
Include upstream tags in https://github.com/openshift/prometheus-community-windows_exporter/tags
Engineering Details
WMCO' submodule for windows_exporter point to prometheus-community-windows_exporter, so first step is to open a Fast forward PR for version v0.18.1 , similar to PR#5
Given WMCO is currently consuming v0.16.0, read very carefully the changes and breaking changes for the next minor version.
Once prometheus-community-windows_exporter master branch points to the desired target version, update WMCO submodules with hack/update_submodules.sh script.
Acceptance Criteria
- WMCO submodule for windows_exporter points to version v0.18.1
- WMCO is able to copy the binaries and configure a Windows machine/instance as a Windows worker node
- Metrics are exported in a Windows worker node