prometheus
✓查询 Prometheus API 以获取集群指标、警报和可观测性数据。在调查集群运行状况、性能问题、资源利用率或警报状态时使用。触发诸如“CPU 使用率是多少”、“显示触发警报”、“检查内存压力”、“查询 prometheus”或任何与 PromQL 相关的请求等问题。
SKILL.md
Prometheus is accessible via the internal ingress gateway over HTTPS. Always use DNS-based access as the default approach.
| live | https://prometheus.internal.tomnowak.work | | integration | https://prometheus.internal.integration.tomnowak.work | | dev | https://prometheus.internal.dev.tomnowak.work |
Note: The internal gateway uses a homelab CA certificate. Use -k with curl to skip TLS verification, or configure the CA trust. The promql.sh script uses curl -f internally, so set CURLINSECURE=true or use the --insecure flag if needed.
查询 Prometheus API 以获取集群指标、警报和可观测性数据。在调查集群运行状况、性能问题、资源利用率或警报状态时使用。触发诸如“CPU 使用率是多少”、“显示触发警报”、“检查内存压力”、“查询 prometheus”或任何与 PromQL 相关的请求等问题。 来源:ionfury/homelab。
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/ionfury/homelab --skill prometheus- 分类
- {}数据分析
- 认证
- ✓
- 收录时间
- 2026-02-11
- 更新时间
- 2026-02-18
快速解答
什么是 prometheus?
查询 Prometheus API 以获取集群指标、警报和可观测性数据。在调查集群运行状况、性能问题、资源利用率或警报状态时使用。触发诸如“CPU 使用率是多少”、“显示触发警报”、“检查内存压力”、“查询 prometheus”或任何与 PromQL 相关的请求等问题。 来源:ionfury/homelab。
如何安装 prometheus?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/ionfury/homelab --skill prometheus 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/ionfury/homelab