Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
qdrant-monitoring - Skill - OpenSmartRoute
Skillv1.0.0
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
Imported from jcasnellie69/homelab-config (.kilocode/skills/qdrant-monitoring/SKILL.md). Install upstream with npx skills add jcasnellie69/homelab-config --skill qdrant-monitoring. Copyright stays with the author.
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.
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
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "jcasnellie69-homelab-config-qdrant-monitoring",
"kind": "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.",
"publisher": "jcasnellie69",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"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."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/jcasnellie69/homelab-config",
"path": ".kilocode/skills/qdrant-monitoring/SKILL.md",
"ref": "69506153f5bbce8b5bcb65ab8311339497f1f6fd",
"url": "https://github.com/jcasnellie69/homelab-config/blob/69506153f5bbce8b5bcb65ab8311339497f1f6fd/.kilocode/skills/qdrant-monitoring/SKILL.md",
"key": "jcasnellie69/homelab-config/.kilocode/skills/qdrant-monitoring/SKILL.md"
},
"allowed_tools": [
"Read",
"Grep",
"Glob"
]
},
"instructions": "# Qdrant Monitoring\n\nQdrant 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.\n\n- Understand available metrics [Monitoring docs](https://search.qdrant.tech/md/documentation/operations/monitoring/)\n\n\n## Monitoring Setup\n\nPrometheus scraping, health probes, Hybrid Cloud specifics, alerting, and log centralization. [Monitoring Setup](setup/SKILL.md)\n\n\n## Debugging with Metrics\n\nOptimizer stuck, memory growth, slow requests. Using metrics to diagn",
"cost": {
"context_tokens": 168
}
}
Fetch it by URL: GET /api/v1/registry/jcasnellie69-homelab-config-qdrant-monitoring/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.