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

Example App gives strange results

henk_stobbe
DynaMight Champion
DynaMight Champion

Who can assists, these are the random results I get from step 4:

henk_stobbe_0-1696922319746.png

henk_stobbe_1-1696922367858.png

But mostly:

henk_stobbe_2-1696922416629.png

I used the dynatrace source (-;

 

Who can help me?

 

KR Henk

 

 

 

2 REPLIES 2

stefan_eggersto
Dynatrace Mentor
Dynatrace Mentor

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,
},
});

 

Thanks for the fast response, works like a charm!

 

henk_stobbe_0-1696923885888.png

KR Henk

 

Featured Posts