Metric Name | Metric Type | Description | Labels |
---|---|---|---|
cloudcost_azure_aks_instance_total_usd_per_hour | Gauge | The total cost of an Azure VM used in an AKS cluster in USD/h | cluster_name = <name of the cluster the instance is associated with> instance =<name of the compute instance>region =<Azure region of the compute instance>family =<broader compute family (General Purpose, Compute Optimized, Memory Optimized, ...) >machine_type =<specific machine type, e.g.: Standard_D4s_v3>price_tier =<spot|ondemand>operating_system =<Windows|Linux> |
cloudcost_azure_aks_instance_cpu_usd_per_core_hour | Gauge | The compute cost of an Azure VM used in an AKS cluster in USD/(core*h) | cluster_name =<name of the cluster the instance is associated with>instance =<name of the compute instance>region =<Azure region of the compute instance>family =<broader compute family (General Purpose, Compute Optimized, Memory Optimized, ...) >machine_type =<specific machine type, e.g.: Standard_D4s_v3>price_tier =<spot|ondemand>operating_system =<Windows|Linux> |
cloudcost_azure_aks_instance_memory_usd_per_gib_hour | Gauge | The memory cost of an Azure VM used in an AKS cluster in USD/(GiB*h) | cluster_name =<name of the cluster the instance is associated with>instance =<name of the compute instance>region =<Azure region of the compute instance>family =<broader compute family (General Purpose, Compute Optimized, Memory Optimized, ...) >machine_type =<specific machine type, e.g.: Standard_D4s_v3>price_tier =<spot|ondemand>operating_system =<Windows|Linux> |