Blue Matador automatically monitors the BytesReceived metric for anomalies. By itself, bytes received is probably not a cause for concern and is mostly useful for correlation with other issues in your infrastructure.
If you determine that the difference in bytes received is significant, enable and check access logs for your app service. This can help you find which endpoints are being called with a different frequency or that have unexpected request body sizes.
Blue Matador automatically monitors the BytesSent metric for anomalies. By itself, bytes sent is probably not a cause for concern and is mostly useful for correlation with other issues in your infrastructure.
If you determine that the difference in bytes sent is significant, enable and check access logs for your app service. This can help you find which endpoints are being called with a different frequency or that have unexpected response sizes.