Google Cloud Platform 存储指标集
编辑Google Cloud Platform 存储指标集编辑
存储指标集从 Google Cloud Platform 中的 存储 中获取指标。
storage
指标集包含从 GCP 存储监控 API 导出的所有指标。 字段名称与 Beats 命名约定 一致,对它们对应的 GCP 指标名称进行了细微的修改。
您可以指定一个区域来获取指标,例如 us-central1
。 请注意,GCP 存储不使用区域,因此 us-central1-a
将返回空值。 如果未指定区域,则会从所有存储桶中返回指标。
有关指标集中每个字段的描述,请参阅 导出字段 部分。
以下是此指标集生成的示例文档
{ "@timestamp": "2017-10-12T08:05:34.853Z", "cloud": { "account": { "id": "elastic-apm" }, "provider": "gcp" }, "event": { "dataset": "gcp.storage", "duration": 115000, "module": "gcp" }, "gcp": { "labels": { "metrics": { "storage_class": "MULTI_REGIONAL" }, "resource": { "bucket_name": "artifacts.elastic-apm.appspot.com", "location": "us" } }, "storage": { "storage": { "object_count": { "value": 15 } } } }, "metricset": { "name": "storage", "period": 10000 }, "service": { "type": "gcp" } }