Hi,
Our application insights for azure function have
stopped showing data such as "Requests" , only telemetry we can see is "Trace"
here is the host.json we have:
{
"version": "2.0",
"extensions": {
"http": {
"routePrefix": ""
}
},
"logging": {
"logLevel": {
"default": "Information",
"Host": "Error",
"Function": "Error",
"Host.Aggregator": "Error"
}
}
}