skills
Query, troubleshoot, and optimize VictoriaMetrics observability stacks
All Skills in This Repository (9)
Pure Emerald Level Indicatorsvictoriametrics-cardinality-analysis
Analyze VictoriaMetrics TSDB status and metric usage to produce a remediation report.
victoriametrics-unused-metrics-analysis
Identify unused VictoriaMetrics metrics via the metric_names_stats API and propose drop or relabeling actions.
investigating-with-observability
Correlate metrics, logs, and traces to investigate Kubernetes incidents.
stream-aggregation-helper
Design VictoriaMetrics stream aggregation rules for vmagent deployments.
vm-trace-analyzer
Analyze VictoriaMetrics query traces to identify bottlenecks and generate structured performance reports.
victoriametrics-query
Query VictoriaMetrics HTTP endpoints for MetricsQL/PromQL results, labels, alerts, and diagnostics.
victorialogs-query
Query VictoriaLogs LogsQL endpoints with curl to search logs and discover fields.
victoriatraces-query
Query VictoriaTraces Jaeger-compatible HTTP API via curl for traces and dependencies.
alertmanager-query
Query AlertManager HTTP API to list alerts and manage silences via curl.
Frequently Asked Questions
FAQPage SchemaHow to install VictoriaMetrics skills?โผ
Run `npx skills add VictoriaMetrics/skills --all -g -y` in your terminal to install all skills globally. To install a single skill, use `npx skills add VictoriaMetrics/skills --skill victoriametrics-query`.
How to find unused metrics in VictoriaMetrics?โผ
The unused-metrics-analysis skill queries the metric_names_stats API to find metrics that are ingested but never queried, then suggests drop rules and relabel configs to cut storage waste.
How to reduce high cardinality in VictoriaMetrics?โผ
The cardinality-analysis skill inspects TSDB stats and label patterns to find problematic labels like UUIDs or error messages, then produces ready-to-apply relabeling and stream aggregation configs.
Can these skills investigate production incidents?โผ
Yes. The investigating-with-observability skill runs a structured four-phase workflow that correlates metrics, logs, and traces to confirm root causes instead of guessing.
Do I need coding experience to use these skills?โผ
No. You describe the problem in plain English, and the agent runs the correct curl-based API calls against your VictoriaMetrics endpoints using simple environment variables.
Related Repositories in Data & Analytics
View All in Data & AnalyticsโPaddleOCR
Extract text, tables, and formulas from PDFs and images
Scrapling
Scrape any website and bypass anti-bot protection with AI
last30days-skill
Research any topic across Reddit, X, YouTube, and the web