GCP 存储桶名称 visible/not 在指标资源管理器中不可用
GCP Bucket name not visible/not available in metrics Explorer
我有一个使用 Terraform 创建的存储桶。我在这个存储桶上定期上传,一切正常。现在,我想监控这个桶上的对象计数,当我去监控和 select GCS 桶和桶名称过滤器时,它不显示这个桶。所有其他桶都是可见的。任何帮助将不胜感激。
根据 storage/object_count 部分的 monitoring documentation 提到 Total number of objects per bucket, grouped by storage class. This value is measured once per day, and the value is repeated at each sampling interval throughout the day.
上传对象的时间与云监控上报告数据的时间之间通常存在延迟.因此,我们需要在第一个对象上传到存储桶 1 天后进行检查。我们可以使用命令手动列出对象
gsutil ls -lR gs://$BUCKETNAME