Trace checkpointer operations #366

Open
opened 2026-02-15 18:16:14 -05:00 by yindo · 1 comment
Owner

Originally created by @jacoblee93 on GitHub (Sep 24, 2025).

Privileged issue

  • I am a LangGraph.js maintainer, or was asked directly by a LangGraph.js maintainer to create an issue here.

Issue Content

To get a clearer picture of where latency is coming from within nodes, it would be nice to create a run for checkpointer operations. May not want to trace the full input/output to avoid sending a ton of redundant data up outside of debug mode.

Originally created by @jacoblee93 on GitHub (Sep 24, 2025). ### Privileged issue - [x] I am a LangGraph.js maintainer, or was asked directly by a LangGraph.js maintainer to create an issue here. ### Issue Content To get a clearer picture of where latency is coming from within nodes, it would be nice to create a run for checkpointer operations. May not want to trace the full input/output to avoid sending a ton of redundant data up outside of debug mode.
Author
Owner

@hntrl commented on GitHub (Sep 24, 2025):

Additional context: this is coming from some performance metrics that we can't reliably know if it's coming from checkpointing/pregel/whatever overhead exists (it very well might not be coming from LG, but we just don't know for sure)

Image
@hntrl commented on GitHub (Sep 24, 2025): Additional context: this is coming from some performance metrics that we can't reliably know if it's coming from checkpointing/pregel/whatever overhead exists (it very well might not be coming from LG, but we just don't know for sure) <img width="938" height="717" alt="Image" src="https://github.com/user-attachments/assets/aa3c2415-a7a8-4043-9d6e-dd10abca16df" />
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#366