Commit Graph
11 Commits
Author SHA1 Message Date
Meinaandmeinsta 3bb7c7bcd6 Revert "Merge pull request #2643 from qdrant/otel-tutorial" (#2747)
This reverts commit c341e98086, reversing
changes made to ad2283027.

Co-authored-by: meinsta <9779373+meinsta@users.noreply.github.com>
2026-09-12 09:48:05 +05:30
Meina c341e98086 Merge pull request #2643 from qdrant/otel-tutorial 2026-09-11 16:25:02 -07:00
Meina ad2283027a Merge pull request #2710 from qdrant/feat/gpu-indexing-page
Add GPU Indexing landing page
2026-09-11 10:48:27 -07:00
Meina 482e19db55 Merge pull request #2711 from qdrant/feat/cloud-inference-page
Rebuild Cloud Inference landing page
2026-09-11 10:37:48 -07:00
Meina a33e49eb67 Merge pull request #2738 from qdrant/feat/nav-security-developers 2026-09-10 14:01:18 -07:00
Meinaandmeinsta dccccd6010 otel tutorial: fix the restore timeout, source the latency claim, close the coverage gaps (#2687)
* otel tutorial: fix the restore timeout, source the latency claim, close the coverage gaps

Review fixes for #2643, measured against a 1.17.1 Cloud cluster.

restore.py failed as written. recover_snapshot blocks until the restore
completes, which outlives the client's default timeout, so the reader got
a stack trace while the restore kept running server-side. Because the
collection_exists guard then no-ops on a re-run, it looked like the script
had never worked. timeout=600 on the client.

Step 7 asked the reader to correlate the slowest span with a cluster
signal, but ranked spans by client wall clock. On this collection the two
query shapes sit 1% apart at the client while the database does 26% more
work, so the slowest span is usually a network outlier on the cheaper
query and the correlation exercise had nothing to find. Added the measured
split (2.71 ms inside Qdrant against a 312.6 ms client median, read from
rest_responses_duration_seconds over 20 requests per shape) and pointed
readers at the histogram for ranking.

Also closes four gaps against the observability docs audit: the layer
boundary between database metrics and application tracing, the self-hosted
scrape path, the Grafana dashboard import with its envoy_* panel trap, and
the separation of scrape targets from alerting. Marked the vendor endpoint
table unverified, noted that per_collection=true works before its
documented 1.18, and added what the page was tested against.

* verified-against: drop the claim about a Kubernetes path, the page has none

* otel tutorial: run the collector in Kubernetes

Compose on a laptop is the only deployment path the page had, but the
accounts asking for this run their monitoring inside Kubernetes, and that
is where the setup stalls. Three sections, ordered by what they assume.

Plain manifests build the config map from the otelcol-config.yaml written
in Step 2 rather than restating the scrape jobs, so there is one copy of
the configuration on the page. Namespace, secret, deployment, service,
then the log check and the two-scrape output that says both endpoints are
working. Verified from a pod in kind v1.35.0 against a live 1.17.1 Cloud
cluster, bearer auth from the mounted secret, no scrape errors.

The operator section carries the OpenTelemetryCollector skeleton with the
config block pointing back at Step 2 instead of repeating it, plus the
apiVersion trap: v1beta1 takes config as a structured field and v1alpha1
takes it as a string. The CR wrapper itself is untested here and the
verified-against block says so.

The Prometheus section sends anyone running kube-prometheus-stack to the
existing managed-cloud-prometheus page, since that path needs no collector
at all. It also records the trap that a single ScrapeConfig against
/sys_metrics drops collection_running_optimizations, which is the first
signal to check when queries slow down.

Verified-against now names what is tested and what is not: the kind run is
tested, the self-hosted scrape, the operator resource and the vendor
endpoint rows are not.

* next: drop the external repo link, the other tutorials link only qdrant repos

---------

Co-authored-by: meinsta <9779373+meinsta@users.noreply.github.com>
2026-09-05 11:57:28 +05:30
Meina 544d971d2e Merge pull request #2718 from qdrant/feat/nav-vector-search-engine
Rename the vector database nav and footer label
2026-09-03 17:10:54 -07:00
Meina d0b4582df3 Merge pull request #2716 from qdrant/feat/nav-security-link
Link the Security page under Products
2026-09-03 09:28:59 -07:00
Meina ace9b01e44 Merge pull request #2588 from qdrant/analytics/cloud-landing-tagging
Track clicks and scroll depth on the /cloud landing
2026-08-21 14:03:25 -07:00
Meina e0723ffad9 Merge pull request #2587 from qdrant/cloud-case-study-links
Link Cloud page customer cards to their case studies
2026-08-03 09:58:38 -07:00
Meina 534d77928d Merge pull request #2578 from qdrant/update-cloud-page-images 2026-07-31 16:35:09 -07:00