[Skill] metrics, azure-monitor, aks - Query Azure Monitor metrics for Koji AKS node CPU, memory, disk usage, and pod readiness.
57
64%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./.github/skills/skill-metrics/SKILL.md| Tool | Purpose |
|---|---|
monitor_metrics_definitions | Discover available metrics for a resource |
monitor_metrics_query | Query metric time-series values |
Microsoft.ContainerService/managedClusters)| Metric | Description |
|---|---|
node_cpu_usage_percentage | Node CPU utilization |
node_memory_working_set_percentage | Node memory utilization |
kube_pod_status_ready | Pod readiness count |
node_disk_usage_percentage | Node disk utilization |
Use aggregation: "Average" and interval: "PT1H" for hourly trends, interval: "PT5M" for granular views.
Example: Query AKS node CPU and memory over the last 24 hours:
resource: AKS cluster name from deployment summarymetric-names: node_cpu_usage_percentage,node_memory_working_set_percentagemetric-namespace: Microsoft.ContainerService/managedClustersaggregation: Averageinterval: PT1H9e308ff
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.