DevOps & Cloudlow risk

qdrant-monitoring

Guides Qdrant monitoring and observability setup. Use when someone asks 'how to monitor Qdrant', 'what metrics to track', 'is Qdrant healthy', 'optimizer stuck', 'why is memory growing', 'requests are slow', or needs to set up Prometheus, Grafana, or health checks. Also use when debugging production issues that require metric analysis.

github/awesome-copilot·skills/qdrant-monitoring/SKILL.md
100/ 100品質分

匯入這個 Skill

選擇你的 coding agent,複製專案級或個人級安裝指令。

固定至平台收錄的 commit
匯入目前專案.agents/skills/qdrant-monitoring
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/qdrant-monitoring -a codex -y
匯入個人環境~/.agents/skills/qdrant-monitoring
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/qdrant-monitoring -a codex -g -y
手動放置目錄.agents/skills/qdrant-monitoringOfficial docs ↗
匯入目前專案.claude/skills/qdrant-monitoring
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/qdrant-monitoring -a claude-code -y
匯入個人環境~/.claude/skills/qdrant-monitoring
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/qdrant-monitoring -a claude-code -g -y
手動放置目錄.claude/skills/qdrant-monitoringOfficial docs ↗
匯入目前專案.agents/skills/qdrant-monitoring
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/qdrant-monitoring -a github-copilot -y
匯入個人環境~/.copilot/skills/qdrant-monitoring
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/qdrant-monitoring -a github-copilot -g -y
手動放置目錄.agents/skills/qdrant-monitoringOfficial docs ↗
匯入目前專案.agents/skills/qdrant-monitoring
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/qdrant-monitoring -a cursor -y
匯入個人環境~/.cursor/skills/qdrant-monitoring
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/qdrant-monitoring -a cursor -g -y
手動放置目錄.agents/skills/qdrant-monitoringOfficial docs ↗
匯入目前專案.agents/skills/qdrant-monitoring
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/qdrant-monitoring -a gemini-cli -y
匯入個人環境~/.gemini/skills/qdrant-monitoring
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/qdrant-monitoring -a gemini-cli -g -y
Native Gemini CLIgemini skills install https://github.com/github/awesome-copilot.git --scope workspace --path skills/qdrant-monitoring
手動放置目錄.agents/skills/qdrant-monitoringOfficial docs ↗
⚠ 安裝指令使用開源 skills CLI。執行前請檢查來源、腳本與權限。
# Qdrant Monitoring

Qdrant monitoring allows tracking performance and health of your deployment, and identifying issues before they become outages. First determine whether you need to set up monitoring or diagnose an active issue.

- Understand available metrics [Monitoring docs](https://search.qdrant.tech/md/documentation/operations/monitoring/)


## Monitoring Setup

Prometheus scraping, health probes, Hybrid Cloud specifics, alerting, and log centralization. [Monitoring Setup](setup/SKILL.md)


## Debugging with Metrics

Optimizer stuck, memory growth, slow requests. Using metrics to diagnose active production issues. [Debugging with Metrics](debugging/SKILL.md)