From c13c4746266bf41b8091c8758f0ae04349e48499 Mon Sep 17 00:00:00 2001 From: hari-dhanushkodi Date: Mon, 7 Jul 2025 17:44:57 -0400 Subject: [PATCH] docs: update lgp deployment metric list (#5388) --- docs/docs/concepts/langgraph_control_plane.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs/concepts/langgraph_control_plane.md b/docs/docs/concepts/langgraph_control_plane.md index ebc880ce5..006a57df9 100644 --- a/docs/docs/concepts/langgraph_control_plane.md +++ b/docs/docs/concepts/langgraph_control_plane.md @@ -112,6 +112,8 @@ After a deployment is ready, the control plane monitors the deployment and recor - Number of container restarts. - Number of replicas (this will increase with [autoscaling](../concepts/langgraph_data_plane.md#autoscaling)). - [Postgres](../concepts/langgraph_data_plane.md#postgres) CPU, memory usage, and disk usage. +- [LangGraph Server queue](../concepts/langgraph_server.md#persistence-and-task-queue) pending/active run count. +- [LangGraph Server API](../concepts/langgraph_server.md) success response count, error response count, and latency. These metrics are displayed as charts in the Control Plane UI.