Hi,
One of the reports generated by the Red Hat Cost Management Metrics Operator contains column 'node_capacity_cpu_cores'. We will be using the data from this column to understand the aggregate worker node capacity of an OpenShift cluster. The aggregated worker node capacity will then be used to bill a potential partner in arrears based on their OpenShift usage.
The same report generates 'node_capacity_cpu_cores' for all nodes including the Control plane, Infrastructure, and Worker nodes. We need to have the ability to filter information as the Worker node is the one that will have application workloads in this use case.
Hence we need to include the metric 'kube_node_role' as part of the same report to exclude the Control plane and Infrastructure nodes which will help the partner gather data effectively and provide it to Red Hat for billing.
Thanks
Vijay