Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.2.2, 3.4.0
-
None
Description
Now the ClusterMetrics only support memory and Vcore related metrics.
@Metric("Memory Utilization") MutableGaugeLong utilizedMB; @Metric("Vcore Utilization") MutableGaugeLong utilizedVirtualCores; @Metric("Memory Capability") MutableGaugeLong capabilityMB; @Metric("Vcore Capability") MutableGaugeLong capabilityVirtualCores;
In our cluster, we added GPU supported, so i think the GPU related metrics should also be supported by ClusterMetrics.
cc pbacsko Jim_Brennan ebadger gandras