We have a ASP.NET Core WebAPI running with Application Insights using all default configurations (no custom telemetry reporting) and it reports telemetry to Azure Application Insights correctly, we can get the response time for each request from Performance view, in our case we also want to know the response size for each request to further improve the backend data serialization design but we are unable to get response size from existing data.
My question is: is the response size included in the default data collecting policy of Application Insights? If not how can we add this metric?
Frameworks: ASP.NET Core 2.1, Microsoft.ApplicationInsights.AspNetCore 2.5.1