10 Oct 2023 08:22 AM
Who can assists, these are the random results I get from step 4:
But mostly:
I used the dynatrace source (-;
Who can help me?
KR Henk
Solved! Go to Solution.
10 Oct 2023 08:26 AM
Hi @henk_stobbe ,
We're aware of the issue, a fix for the instructions is already in the pipeline.
In the meantime, can you please adapt the parameters passed to all useDqlQuery
calls and add the requestTimeoutMilliseconds
like following:
const resultFinished = useDqlQuery({
body: {
query: `data json:"""${events}""" | filter type == "booking.process.finished" | summarize value = count()`,
requestTimeoutMilliseconds: 10000,
},
});
10 Oct 2023 08:45 AM
Thanks for the fast response, works like a charm!
KR Henk