---
name: Qdrant Monitoring
slug: qdrant-monitoring
category: DevOps
description: Qdrant Monitoring routes monitoring and observability questions to the right guidance for Prometheus, Grafana, alerts, logs, and health checks. Use it when tracking metrics or debugging slow requests, memory growth, or optimizer issues.
github: "https://github.com/qdrant/skills/tree/main/skills/qdrant-monitoring"
language: Python
stars: 230
forks: 28
install: "npx degit https://github.com/qdrant/skills/tree/main/skills/qdrant-monitoring ~/.claude/skills/qdrant-monitoring"
installs_to: ~/.claude/skills/qdrant-monitoring
source_path: skills/qdrant-monitoring/SKILL.md
collection_size: 25
category_size: 868
collection_url: "https://dirskills.com/collections/qdrant/skills"
added: 2026-09-03T06:04:23.512Z
last_synced: 2026-09-03T06:04:23.512Z
canonical_url: "https://dirskills.com/skills/qdrant-monitoring"
---

# Qdrant Monitoring

Qdrant Monitoring routes monitoring and observability questions to the right guidance for Prometheus, Grafana, alerts, logs, and health checks. Use it when tracking metrics or debugging slow requests, memory growth, or optimizer issues.

**Install:**

```bash
npx degit https://github.com/qdrant/skills/tree/main/skills/qdrant-monitoring ~/.claude/skills/qdrant-monitoring
```

## README

# Qdrant Monitoring

Route first, then answer. Match the user's symptom in the table, `Read` that file, and answer from it.
Do not answer from this page alone: it contains routing only, not the guidance. If two rows match, read both.

| The user says | Read |
|---|---|
| Want to set up Prometheus, Grafana, or health checks | `setup/SKILL.md` |
| Need to know which metrics to track | `setup/SKILL.md` |
| Setting up alerting, log centralization, or Hybrid Cloud metrics | `setup/SKILL.md` |
| Optimizer stuck or running forever | `debugging/SKILL.md` |
| Memory keeps growing in production | `debugging/SKILL.md` |
| Requests are slow and I need to find out why | `debugging/SKILL.md` |
| Is Qdrant healthy right now | `debugging/SKILL.md` |

Qdrant monitoring tracks performance and health, and catches issues before they become outages. See the metric reference before tuning anything:
[Monitoring docs](https://skills.qdrant.tech/md/documentation/ops-monitoring/monitoring/)
