Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions qdrant-landing/content/documentation/cloud/cluster-monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,13 @@ In Qdrant Cloud, each Qdrant cluster will expose the following metrics. This end
| container_network_transmit_errors_total | | |
| container_network_transmit_packets_dropped_total | | |
| container_network_transmit_packets_total | | |
| envoy_cluster_upstream_cx_active | gauge | Number of active upstream connections |
| envoy_cluster_upstream_cx_rx_bytes_total | counter | Total bytes received by the proxy from the backend over upstream connections |
| envoy_cluster_upstream_cx_tx_bytes_total | counter | Total bytes sent by the proxy to the backend over upstream connections |
| envoy_cluster_upstream_rq_time_bucket | histogram | Histogram of upstream request duration, in milliseconds |
| envoy_cluster_upstream_rq_time_count | gauge | Count of upstream requests recorded in the request duration histogram |
| envoy_cluster_upstream_rq_time_sum | gauge | Sum of upstream request duration, in milliseconds |
| envoy_cluster_upstream_rq_total | counter | Total number of upstream requests. Use with `irate` to calculate requests per second |
| kube_persistentvolumeclaim_info | | |
| kube_pod_container_info | | |
| kube_pod_container_resource_limits | gauge | Response contains limits for CPU and memory of DB. |
Expand Down Expand Up @@ -452,10 +459,3 @@ In Qdrant Cloud, each Qdrant cluster will expose the following metrics. This end
| rest_responses_max_duration_seconds | | |
| rest_responses_min_duration_seconds | | |
| rest_responses_total | | |
| traefik_service_open_connections | | |
| traefik_service_request_duration_seconds_bucket | | |
| traefik_service_request_duration_seconds_count | | |
| traefik_service_request_duration_seconds_sum | gauge | Response contains list of metrics for each Traefik service. |
| traefik_service_requests_bytes_total | | |
| traefik_service_requests_total | counter | Response contains list of metrics for each Traefik service. |
| traefik_service_responses_bytes_total | | |
Loading