I have sole problem find bandwidth usage logs about different domains. This is the infrastructure:
Domains mapped:
- example.com
- example2.com
- example3.com
- ... example10.com and every subdomain with wildcard, for example domain.example.com and so on.
All this domains, are mapped on the same App Engine, we will call this service "appengine".
We need to know all bandwidth for each one, including bandwidth used on Google Clouds Bucket.
Because we are using the same service for all domains, we can't find that, we can see only request made on application inside the logs but without any information about the requests made on bucket by appengine.
There is some way to get all information? We can "build" some "tags" on request to handle this problem?
Thank you