Google Cloud Platform Firestore 指标集

编辑

Google Cloud Platform Firestore 指标集

编辑

Firestore 指标集从 Google Cloud Platform 中的 Firestore 获取指标。

firestore 指标集包含从 GCP Firestore 监控 API 导出的所有指标。字段名称与 Beats 命名约定 对齐,对其 GCP 指标名称对应项进行了少量修改。

您可以指定单个区域来获取指标,例如 us-central1。请注意,GCP Storage 不使用区域,因此 us-central1-a 将不会返回任何内容。如果未指定区域,则将返回所有存储桶的指标。

字段

有关指标集中每个字段的描述,请参阅导出的字段部分。

以下是此指标集生成的示例文档

{
    "@timestamp": "2016-05-23T08:05:34.853Z",
    "cloud": {
        "account": {
            "id": "elastic-apm"
        },
        "provider": "gcp"
    },
    "event": {
        "dataset": "gcp.firestore",
        "duration": 115000,
        "module": "gcp"
    },
    "gcp": {
        "labels": {
            "metrics": {
                "storage_class": "MULTI_REGIONAL"
            },
            "resource": {
                "bucket_name": "artifacts.elastic-apm.appspot.com",
                "location": "us"
            }
        },
        "firestore": {
            "document": {
                "delete_count": {
                    "value": 15
                }
            }
        }
    },
    "metricset": {
        "name": "firestore",
        "period": 10000
    },
    "service": {
        "type": "gcp"
    }
}