kubesense-metrics
Installation
SKILL.md
KubeSense Metrics
Metrics are stored in VictoriaMetrics and queried with PromQL (plus MetricsQL extensions — see below). Requires the KubeSense MCP server; see kubesense-mcp for connection and auth.
Tools
| Tool | Purpose | Notes |
|---|---|---|
get-available-metrics |
List metric names | search_keywords are AND-matched, case-insensitive substrings |
get-metric-labels |
List label names on one metric | name required |
analyze-metrics |
Execute PromQL | from_time, to_time, query_type, promql all required |
All three resolve RBAC against the infrastructure module — a permission error here
means the caller lacks infrastructure access, not that the metric is missing.