fix: datadir info is not recorded in monitor

This commit is contained in:
Shengliang Guan 2022-05-07 22:47:18 +08:00
parent 712a1bfa71
commit 48ca2e5f76
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ void vmGetMonitorInfo(SMgmtWrapper *pWrapper, SMonVmInfo *pInfo) {
pInfo->vstat.numOfBatchInsertSuccessReqs = numOfBatchInsertSuccessReqs - pMgmt->state.numOfBatchInsertSuccessReqs;
pMgmt->state = pInfo->vstat;
tfsGetMonitorInfo(pMgmt->pTfs, &pInfo->tfs);
taosArrayDestroy(vloads.pVloads);
}