Azure Container Instances - 
You can declare to scrape an Azure Container Instances via the ContainerInstance
resource type.
The following fields need to be provided:
containerGroup- The name of the container group
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