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