Home > Net >  Is 'container.insight' namespace supported for AKS cluster in azure gov cloud?
Is 'container.insight' namespace supported for AKS cluster in azure gov cloud?

Time:04-14

I am trying to fetch metrics from 'container.insight' namespace for Azure AKS cluster in gov cloud. I have enabled container insights for the cluster, I can see data under insights tab but unable to find the namespace in metrics tab.

Is the namespace not available in gov cloud?

If not, how can I fetch the insight metrics via REST API?

CodePudding user response:

I wanted to fetch metrics from namespace 'container.insights/' which will be available as custom namespace with custom metrics in AKS when container insights is enabled for Azure AKS cluster.

As of now, custom metrics are only supported in public cloud regions (https://<azure_region_code>.monitoring.azure.com) as per this document.

Answer reference : link

  • Related