Azure 容器实例指标集

编辑

Azure 容器实例指标集编辑

这是 Azure 模块的 container_instance 指标集。

此指标集允许用户从指定的容器组检索所有指标。

指标集特定配置说明编辑

refresh_list_interval
资源将在每次获取调用(period 间隔)时检索,这意味着每次将执行多个 Azure REST 调用。如果 Azure 用户将添加/删除可能匹配配置选项的资源,这将非常有用,这样它们就不会被添加到列表中或从列表中删除。为了减少每次检索资源时执行的 API 调用次数,用户可以配置此设置并确保不会经常刷新资源列表。这也有利于性能以及速率/成本原因(https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-manager-request-limits)。
resources
这将包含用于标识资源和配置所需指标的所有选项

配置选项以标识资源编辑

resource_id
([]string) 资源的完全限定 ID,包括资源名称和资源类型。格式为 /subscriptions/{guid}/resourceGroups/{resource-group-name}/providers/{resource-provider-namespace}/{resource-type}/{resource-name}。应返回资源列表。
resource_group
([]string) 此选项将返回资源组中的所有容器组。

如果没有输入任何选项,则会将订阅中的所有容器组都考虑在内。对于每个指标,将检索分配的主聚合。默认情况下,不可配置的时间粒度设置为 5 分钟,因此建议用户配置 300 秒或其倍数的间隔。

这是一个默认的指标集。如果主机模块未配置,则默认情况下会启用此指标集。

字段

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

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

{
    "@timestamp": "2017-10-12T08:05:34.853Z",
    "azure": {
        "container_instance": {
            "cpu_usage": {
                "avg": 0
            },
            "memory_usage": {
                "avg": 2666496
            }
        },
        "dimensions": {
            "container_name": "anothercontainer"
        },
        "namespace": "Microsoft.ContainerInstance/containerGroups",
        "resource": {
            "group": "obs-infrastructure",
            "id": "/subscriptions/70bd6e64-4b1e-4835-8896-db77b8eef364/resourceGroups/obs-infrastructure/providers/Microsoft.ContainerInstance/containerGroups/anothercontainer",
            "name": "anothercontainer",
            "type": "Microsoft.ContainerInstance/containerGroups"
        },
        "subscription_id": "70bd6e64-4b1e-4835-8896-db77b8eef364",
        "timegrain": "PT5M"
    },
    "cloud": {
        "provider": "azure",
        "region": "westeurope"
    },
    "event": {
        "dataset": "azure.container_instance",
        "duration": 115000,
        "module": "azure"
    },
    "metricset": {
        "name": "container_instance",
        "period": 10000
    },
    "service": {
        "type": "azure"
    }
}