uncomment hostfallback metrics handler

This commit is contained in:
abhishek9686 2024-01-25 08:34:09 +05:30
parent 87860823ed
commit 91e219f9e3

View file

@ -254,7 +254,7 @@ func hostUpdateFallback(w http.ResponseWriter, r *http.Request) {
return
}
case models.UpdateMetrics:
// mq.UpdateMetricsFallBack(hostUpdate.Node.ID.String(), hostUpdate.NewMetrics)
mq.UpdateMetricsFallBack(hostUpdate.Node.ID.String(), hostUpdate.NewMetrics)
}
logic.ReturnSuccessResponse(w, r, "updated host data")