We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have tried below kql queries but its not giving the CPU and Memory Metrics of the node described along with the pod details.a
ContainerInventory
| where Computer contains "aks-nodepool1-pvmss000002"
Perf
| where Computer contains "aks-agentpool-vmss000003"
KubeNodeInventory
InsightsMetrics
but do we have the kubectl queries to get the CPU and Memory Metrics of each nodes- kubectl describe node aks-agentpool-vmss000003
The text was updated successfully, but these errors were encountered:
this might help https://learn.microsoft.com/nl-nl/azure/azure-monitor/containers/container-insights-log-query
Sorry, something went wrong.
No branches or pull requests
I have tried below kql queries but its not giving the CPU and Memory Metrics of the node described along with the pod details.a
ContainerInventory
| where Computer contains "aks-nodepool1-pvmss000002"
Perf
| where Computer contains "aks-agentpool-vmss000003"
KubeNodeInventory
| where Computer contains "aks-agentpool-vmss000003"
InsightsMetrics
| where Computer contains "aks-agentpool-vmss000003"
but do we have the kubectl queries to get the CPU and Memory Metrics of each nodes- kubectl describe node aks-agentpool-vmss000003
The text was updated successfully, but these errors were encountered: