Agent Skills: 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.

UncategorizedID: github/awesome-copilot/qdrant-monitoring

Install this agent skill to your local

pnpm dlx add-skill https://github.com/github/awesome-copilot/tree/HEAD/skills/qdrant-monitoring

Skill Files

Browse the full folder contents for qdrant-monitoring.

Download Skill

Loading file tree…

skills/qdrant-monitoring/SKILL.md

Skill Metadata

Name
qdrant-monitoring
Description
"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."

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.

Monitoring Setup

Prometheus scraping, health probes, Hybrid Cloud specifics, alerting, and log centralization. Monitoring Setup

Debugging with Metrics

Optimizer stuck, memory growth, slow requests. Using metrics to diagnose active production issues. Debugging with Metrics