prometheus-skill

Official

基于 Prometheus 指标的快速服务健康诊断.

AuthorXiaoMi
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps you diagnose service issues by querying Prometheus metrics and analyzing resource usage across your applications.

Core Features & Use Cases

  • Automated monitoring checks: Query CPU, memory, load, and heap metrics to assess service health.
  • Live metric queries: Pull current values using Prometheus PromQL via the provided scripts.
  • Use Case: When a service is experiencing latency, run Prometheus queries to compare CPU usage and memory to historical baselines and generate a concise health report.

Quick Start

Run Prometheus queries with the provided scripts, for example: uv run prometheus.py 'sum(rate(container_cpu_user_seconds_total{image!="",application="your_app"}[30s])) by(application) * 100' Then use the output to determine if the service health is degraded.

Dependency Matrix

Required Modules

requests

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: prometheus-skill
Download link: https://github.com/XiaoMi/mone/archive/main.zip#prometheus-skill

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.