Azure Container Instances - Availability Badge

You can declare to scrape an Azure Container Instances via the ContainerInstance resource type.

The following fields need to be provided:

All supported metrics are documented in the official Azure Monitor documentation.

Example:

name: azure_container_instance_cpu_usage
description: "Average cpu usage of our 'promitor-container-instance' container instance"
resourceType: ContainerInstance
azureMetricConfiguration:
  metricName: CpuUsage
  aggregation:
    type: Average
resources:
- containerGroup: promitor-container-instance-1
- containerGroup: promitor-container-instance-2

← back to metrics declarations
← back to introduction