With the measurement of egress bandwidth, how is the bandwidth used metric calculated?
For example, would local networking (localhost) be counted or, is this purely on internet egress?
When a GitHub integration is set up for example serving a static site (images, css, javascript all local to the html being served), are fetch and load of static assets included in the bandwidth calculation?
Egress bandwidth is measured in front of your service and measures all EXTERNAL requests - so, by means of an example. A request to your service is made via its external address, the service responds with a page and say that page loads 10 files at 1Mb each (it’s an example!) then you would see 10Mb of egress traffic measured.