Google Cloud Platform Firestore 度量集

编辑

Google Cloud Platform Firestore 度量集

编辑

Firestore 度量集从 Google Cloud Platform 的 Firestore 中提取度量指标。

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

您可以指定单个区域来提取度量指标,例如 us-central1。请注意,GCP 存储不使用区域,因此 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"
    }
}