Azure app_state 度量集

编辑

此功能处于测试阶段,可能随时更改。其设计和代码不如正式 GA 功能成熟,按“原样”提供,不附带任何担保。测试版功能不受正式 GA 功能的支持服务等级协议 (SLA) 的约束。

这是 azure 模块的 app_state 度量集。

此度量集允许用户从指定的应用程序检索应用程序见解指标。

识别资源的配置选项

编辑
application_id
([]string) 应用程序的 ID。这是 Azure 门户中“API 访问”设置边栏选项卡中的应用程序 ID。
api_key
([]string) 将生成的 API 密钥,有关步骤的更多信息,请访问 https://dev.applicationinsights.io/documentation/Authorization/API-key-and-App-ID

字段

有关度量集每个字段的说明,请参阅导出字段部分。

以下是此度量集生成的示例文档

{
    "@timestamp": "2017-10-12T08:05:34.853Z",
    "azure": {
        "app_state": {
            "end_date": "2020-10-02T13:23:11.221Z",
            "requests_count": {
                "sum": 16
            },
            "start_date": "2020-10-01T13:23:11.221Z"
        },
        "application_id": "42cb59a9-d5be-400b-a5c4-69b0a00434fdf4",
        "dimensions": {
            "request_name": "GET /auth",
            "request_url_host": "demoapplogobs.azurewebsites.net"
        }
    },
    "cloud": {
        "provider": "azure"
    },
    "event": {
        "dataset": "azure.app_state",
        "duration": 115000,
        "module": "azure"
    },
    "metricset": {
        "name": "app_state",
        "period": 10000
    },
    "service": {
        "type": "azure"
    }
}