Add performance tests for 1) Making a simple query to the service "requests | summarize count() by bin(timestamp, 1h)", "timestamp = P1D" 2) Use $batch to run 5 queries in 1 api call 3) Get query statistics (cpu usage / memory / execution time)
Add performance tests for