From fb66736ccb3bf77126e4d2778cdfc0ca2393711d Mon Sep 17 00:00:00 2001 From: hari-dhanushkodi Date: Mon, 23 Jun 2025 10:11:57 -0400 Subject: [PATCH] add more docs for lgp deployment metrics (#5168) --- docs/docs/concepts/langgraph_control_plane.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/docs/concepts/langgraph_control_plane.md b/docs/docs/concepts/langgraph_control_plane.md index aac377a93..2e3ecc84d 100644 --- a/docs/docs/concepts/langgraph_control_plane.md +++ b/docs/docs/concepts/langgraph_control_plane.md @@ -19,7 +19,7 @@ From the control plane UI, you can: - Update a deployment. - Update environment variables for a deployment. - View build and server logs of a deployment. -- View deployment metrics like CPU and memory usage. +- View deployment metrics such as CPU and memory usage. - Delete a deployment. The Control Plane UI is embedded in [LangSmith](https://docs.smith.langchain.com/langgraph_cloud). @@ -95,6 +95,8 @@ After a deployment is ready, the control plane monitors the deployment and recor - CPU and memory usage of the deployment. - 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. These metrics are displayed as charts in the Control Plane UI.