I have run a query on https://analytics.applicationinsights.io like the following:
traces
| where timestamp >= datetime(2017-03-17T13:12:59.999Z) and timestamp <
datetime(2017-03-21T12:13:12.001Z)
| where (itemType == 'trace' and (timestamp >= datetime(2017-03-
17T13:13:00.000Z) and timestamp <= datetime(2017-04-23T12:13:12.000Z)))
But 10000 of 400000 existed records were reflected (see in the following).
The question is "How to increase this limit?".