Azure compute_vm_scaleset 指标集
编辑Azure compute_vm_scaleset 指标集
编辑这是 azure 模块的 compute_vm_scaleset 指标集。
此指标集允许用户从指定的虚拟机规模集中检索所有指标。
指标集特定配置说明
编辑-
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": { "compute_vm_scaleset": { "cpu_credits_consumed": { "avg": 0.006999999999999999 }, "cpu_credits_remaining": { "avg": 84.72 }, "os_per_disk_qd": { "avg": 0 }, "os_per_disk_read_bytes_per_sec": { "avg": 0 }, "os_per_disk_read_operations_per_sec": { "avg": 0 }, "os_per_disk_write_bytes_per_sec": { "avg": 3846.531 }, "os_per_disk_write_operations_per_sec": { "avg": 0.5519999999999999 } }, "namespace": "Microsoft.Compute/virtualMachineScaleSets", "resource": { "group": "obs-infrastructure", "id": "/subscriptions/fd675b6f-b5e5-426e-ac45-d1f876d0ffa6/resourceGroups/obs-infrastructure/providers/Microsoft.Compute/virtualMachineScaleSets/obslinuxvmss", "name": "obslinuxvmss", "type": "Microsoft.Compute/virtualMachineScaleSets" }, "subscription_id": "fd675b6f-b5e5-426e-ac45-d1f876d0ffa6", "timegrain": "PT5M" }, "cloud": { "account": { "id": "fd675b6f-b5e5-426e-ac45-d1f876d0ffa6" }, "instance": { "name": "obslinuxvmss" }, "machine": { "type": "Standard_B1ls" }, "provider": "azure", "region": "westeurope" }, "event": { "dataset": "azure.compute_vm_scaleset", "duration": 115000, "module": "azure" }, "host": { "name": "obslinuxvmss" }, "metricset": { "name": "compute_vm_scaleset", "period": 10000 }, "service": { "type": "azure" } }