
qdrant-monitoring
✓ Official★ 36,200by github · part of github/awesome-copilot
Guides Qdrant monitoring and observability setup. Use when someone asks 'how to monitor Qdrant', 'what metrics to track', 'is Qdrant healthy', 'optimizer…
Guides Qdrant monitoring and observability setup. Use when someone asks 'how to monitor Qdrant', 'what metrics to track', 'is Qdrant healthy', 'optimizer…
Inspect the full instructions your agent will receiveExpandCollapse
This is the exact playbook injected into your agent when the skill activates — shown here so you can audit it before installing. You don't need to read it to use the skill.
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." allowed-tools:
- Read
- Grep
- Glob
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
Debugging with Metrics
Optimizer stuck, memory growth, slow requests. Using metrics to diagnose active production issues. Debugging with Metrics
npx skills add https://github.com/github/awesome-copilot --skill qdrant-monitoringRun this in your project — your agent picks the skill up automatically.
Monitoring Setup
Prometheus scraping, health probes, Hybrid Cloud specifics, alerting, and log centralization. Monitoring Setup
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.