显示 Google Cloud Platform 中日志的大小
Show size of logs in Google Cloud Platform
我想知道项目日志的大小,以便删除最大的日志。
使用 gcloud logging logs list
我可以列出我所有项目的日志。但是,没有显示尺寸。
如何使用 gcloud
或 Google 云控制台列出项目日志的大小?
您可以在 Cloud Console 中 Stackdriver Logging Logs Ingestion 页面的 "Ingested (MTD)" 选项卡下查看日志的总大小。单击日志将按大小排序。
如果您愿意,可以从摄取中排除特定日志(排除查询)或资源类型,以最大限度地减少费用,如记录here and here respectively. Remember, however, that you are given a free log allotment of 50 GiB per month。
我想知道项目日志的大小,以便删除最大的日志。
使用 gcloud logging logs list
我可以列出我所有项目的日志。但是,没有显示尺寸。
如何使用 gcloud
或 Google 云控制台列出项目日志的大小?
您可以在 Cloud Console 中 Stackdriver Logging Logs Ingestion 页面的 "Ingested (MTD)" 选项卡下查看日志的总大小。单击日志将按大小排序。
如果您愿意,可以从摄取中排除特定日志(排除查询)或资源类型,以最大限度地减少费用,如记录here and here respectively. Remember, however, that you are given a free log allotment of 50 GiB per month。