qdrant-monitoring-debugging — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited qdrant-monitoring-debugging (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
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_ prefix~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.