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

Limitation in extracting data with minute resolution

shubham
Participant

Hi team,

Is there any way to extract month or year data with minutes as a resolution?

As of now, we can only extract data for 7 days with a minute resolution.  

3 REPLIES 3

fcourbon
Dynatrace Participant
Dynatrace Participant

Hi @shubham , the limit of 7 days at 1 minute resolution cannot be changed. You would need to issue several queries in order to retrieve more than 7 days at 1 minute resolution.

Hi @fcourbon , several queries you mean executing API one by one by changing timeframe or there is another way to do it like lopping?

fcourbon
Dynatrace Participant
Dynatrace Participant

A loop would be suitable, for instance using a 1 day timeframe and adapting the timeframe for each day of a given month, sending one request per day.

Featured Posts