Azure container_registry 指标集

编辑

Azure container_registry 指标集

编辑

这是 azure 模块的 container_registry 指标集。

此指标集允许用户检索指定容器注册表的所有指标。

指标集特定的配置说明

编辑
refresh_list_interval
资源将在每次获取调用(period 时间间隔)时检索,这意味着每次都会执行多次 Azure REST 调用。如果 azure 用户将添加/删除可能与配置选项匹配的资源,这将很有帮助,因此它们不会被添加到列表中/从列表中删除。为了减少每次检索资源时执行的 API 调用次数,用户可以配置此设置,并确保资源列表不会经常刷新。这也有利于性能和速率/成本原因(https://docs.microsoft.com/zh-cn/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_registry": {
            "successful_pull_count": {
                "avg": 1
            },
            "successful_push_count": {
                "avg": 1
            },
            "total_pull_count": {
                "avg": 1
            },
            "total_push_count": {
                "avg": 1
            }
        },
        "namespace": "Microsoft.ContainerRegistry/registries",
        "resource": {
            "group": "obs-infrastructure",
            "type": "Microsoft.ContainerRegistry/registries",
            "id": "/subscriptions/fd675b6f-b5e5-426e-ac45-d1f876d0ffa6/resourceGroups/obs-infrastructure/providers/Microsoft.ContainerRegistry/registries/obstest",
            "name": "obstest"
        },
        "subscription_id": "fd675b6f-b5e5-426e-ac45-d1f876d0ffa6",
        "timegrain": "PT5M"
    },
    "cloud": {
        "provider": "azure",
        "region": "westeurope"
    },
    "event": {
        "dataset": "azure.container_registry",
        "duration": 115000,
        "module": "azure"
    },
    "metricset": {
        "name": "container_registry",
        "period": 10000
    },
    "service": {
        "type": "azure"
    }
}