cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

DQL Query timeout.

RAKESHNREDDY
Newcomer_

Hello Everyone,

I have a complex query, which is a combination of 3 independent queries. All the independent queries work within the time limit. When I try to combine them in DQL, it gives 'Query timeout ERROR'. Is there any way to increase the timeout in the DQL?

 

"error": {
"message": "QUERY_TIMEOUT",
"details": {
"exceptionType": "DQL-EXEC-EXECUTION",
"errorType": "QUERY_TIMEOUT",
"errorMessage": "Query timeout.",
"arguments": [],

"queryString": "timeseries .........."

"errorMessageFormatSpecifierTypes": [],
"errorMessageFormat": "Query timeout.",
"queryId": "7abec91d-ba70-43c5-8591-d73a6d063dde"
},
"code": 400
}
}

1 REPLY 1

This sounds like the sort of thing that Dynatrace's engineering team would have to adjust on the backend of your SaaS tenant. This has been the case for various limits that we have reached within our environment. I recommend raising a support request via the support portal.

Featured Posts