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" } }