Please answer these questions before submitting your issue.
Question
- Can QueueSize and BatchSize in skyapm.json be configured to 0? What impact will this configuration have on .NET programs hosted on IIS?
Description
- I recently encountered a strange phenomenon. The background is that the .net program interface hosted by IIS is called under high concurrency. When the IIS application is fixedly recycled and restarted, the request response result after successful startup is 503 service unavailable. According to the dump file analysis, it is concluded that it is caused by insufficient threads. Could it be that after the program is started, the .net probe occupies a large number of threads when reporting data through grpc? I hope experts can answer this question.