Merge branch 'chore/analytics' of https://github.com/SigNoz/signoz into chore/analytics

This commit is contained in:
Ankit Nayan 2022-12-28 02:10:36 +05:30
commit c717e39a1a

View File

@ -1159,6 +1159,7 @@ func (aH *APIHandler) queryRangeMetrics(w http.ResponseWriter, r *http.Request)
RespondError(w, &model.ApiError{model.ErrorTimeout, res.Err}, nil) RespondError(w, &model.ApiError{model.ErrorTimeout, res.Err}, nil)
} }
RespondError(w, &model.ApiError{model.ErrorExec, res.Err}, nil) RespondError(w, &model.ApiError{model.ErrorExec, res.Err}, nil)
return
} }
response_data := &model.QueryData{ response_data := &model.QueryData{