I need to control update interval of background health checks, but the existing HealthSet doesn't have this setting, as it calls dcgmHealthSet, which does not allow to configure neither updateInterval nor maxKeepAge (these values are hardcoded to 30 seconds and 10 minutes, respectively).
DCGM has dcgmHealthSet_v2, which supports both settings, but there is no binding for it.
Is there any plan to migrate HealthSet to dcgmHealthSet_v2 (adding new parameters) or add a separate binding for this function?
I need to control update interval of background health checks, but the existing
HealthSetdoesn't have this setting, as it callsdcgmHealthSet, which does not allow to configure neitherupdateIntervalnormaxKeepAge(these values are hardcoded to 30 seconds and 10 minutes, respectively).DCGM has
dcgmHealthSet_v2, which supports both settings, but there is no binding for it.Is there any plan to migrate
HealthSettodcgmHealthSet_v2(adding new parameters) or add a separate binding for this function?