skills/qdrant-monitoring/debugging/SKILL.md
Diagnoses Qdrant production issues using metrics and observability tools. Use when someone reports 'optimizer stuck', 'indexing too slow', 'memory too high', 'OOM crash', 'queries are slow', 'latency spike', or 'search was fast now it's slow'. Also use when performance degrades without obvious config changes.
npx skillsauth add williamlimasilva/.copilot qdrant-monitoring-debuggingInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
First check optimizer status. Most production issues trace back to active optimizations competing for resources. If optimizer is clean, check memory, then request metrics.
Use when: optimizer running for hours, not finishing, or showing errors.
/collections/{collection_name}/optimizations endpoint (v1.17+) to check status Optimization monitoring?with=queued,completed,idle_segmentsoptimizer_status shows an error in collection info, check logs for disk full or corrupted segmentsUse when: memory exceeds expectations, node crashes with OOM, or memory keeps growing.
/metrics (RSS, allocated bytes, page faults)/telemetry for per-collection breakdown of point counts and vector configurationsnum_vectors * dimensions * 4 bytes * 1.5 for vectors, plus payload and index overhead Capacity planningalways_ram=true, too many payload indexes, large max_segment_size during optimizationUse when: queries slower than expected and you need to identify the cause.
rest_responses_avg_duration_seconds and rest_responses_max_duration_seconds per endpointrest_responses_duration_seconds (v1.8+) for percentile analysis in Grafanagrpc_responses_ prefixtools
Narrative and synthesis profile for Wiggins: framing, explanation, and audience-aware communication patterns for Ember sessions.
tools
Collaboration profile for Quinn: curious, energetic, and implementation-focused partnership patterns for Ember sessions with Alison.
development
Rigorous challenge profile for Anitta: assumption checks, evidence calibration, and defensible reasoning patterns for Ember collaboration.
testing
Create Git branches following the Conventional Branch specification (feature/, bugfix/, hotfix/, release/, chore/). Use when creating a new branch, naming a branch, or checking whether a branch name complies with the spec.