Using the Google Cloud Storage Network

I am using GCS to store images for my android app. I searched the Google Cloud Platform Console but didn't find any network usage or anything to show me how many people have uploaded / downloaded, how many files / data bytes. They tell you how they calculate the price using network and cool a / b operations, but I haven't found a place to track this data myself.

+3


source to share


1 answer


You must export these logs to bigquery. You cannot find them in the GCP interface

Retention logs are generated once a day and contain the storage usage for the previous day. They are usually created before 10:00 AM PST.

Usage logs are generated hourly when there is activity to report in the monitored bucket. Usage logs are usually generated 15 minutes after the end of the hour.



https://cloud.google.com/storage/docs/access-logs

+2


source







All Articles