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