From b0d856426f7facc859238321e4d2aa56090f75f1 Mon Sep 17 00:00:00 2001 From: Anush Date: Fri, 20 Dec 2024 14:46:51 +0530 Subject: [PATCH] Update qdrant-landing/content/documentation/guides/monitoring.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Tim Visée --- .../content/documentation/guides/monitoring.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/qdrant-landing/content/documentation/guides/monitoring.md b/qdrant-landing/content/documentation/guides/monitoring.md index 5efe3996a..bdfa43ccf 100644 --- a/qdrant-landing/content/documentation/guides/monitoring.md +++ b/qdrant-landing/content/documentation/guides/monitoring.md @@ -49,11 +49,11 @@ Each Qdrant server will expose the following metrics. | grpc_responses_min_duration_seconds | gauge | Minimum response duration in gRPC API | | grpc_responses_max_duration_seconds | gauge | Maximum response duration in gRPC API | | cluster_enabled | gauge | Whether the cluster support is enabled. 1 - YES | -| memory_active_bytes | gauge | Total number of bytes in active pages allocated by the application | -| memory_allocated_bytes | gauge | Total number of bytes allocated by the application | -| memory_metadata_bytes | gauge | Total number of bytes dedicated to metadata | -| memory_resident_bytes | gauge | Maximum number of bytes in physically resident data pages mapped | -| memory_retained_bytes | gauge | Total number of bytes in virtual memory mappings | +| memory_active_bytes | gauge | Total number of bytes in active pages allocated by the application ([jemalloc](https://jemalloc.net/jemalloc.3.html#stats.active)) | +| memory_allocated_bytes | gauge | Total number of bytes allocated by the application ([jemalloc](https://jemalloc.net/jemalloc.3.html#stats.allocated)) | +| memory_metadata_bytes | gauge | Total number of bytes dedicated to allocator metadata ([jemalloc](https://jemalloc.net/jemalloc.3.html#stats.metadata)) | +| memory_resident_bytes | gauge | Maximum number of bytes in physically resident data pages mapped ([resident](https://jemalloc.net/jemalloc.3.html#stats.resident)) | +| memory_retained_bytes | gauge | Total number of bytes in virtual memory mappings ([retained](https://jemalloc.net/jemalloc.3.html#stats.retained)) | | collection_hardware_metric_cpu | gauge | CPU measurements of a collection | ### Cluster-related metrics