You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone,
I'm using LangGraph Self-Hosted Lite (free tier) and I'm trying to figure out how to monitor my usage against the limits:
1 million node executions per year
5,000 traces per month (LangSmith Developer account)
My setup:
LangGraph Self-Hosted Lite deployment with Docker Compose
PostgreSQL and Redis for persistence
LangSmith Developer account for tracing
The problem:
I can't find any dashboard or API endpoint that shows:
How many node executions I've used out of my 1M annual limit
How many traces I've consumed out of my 5k monthly limit
What I've tried:
Checked LangSmith dashboard - only shows trace visualization, not the count against my limit
Looked for API endpoints in the documentation - couldn't find any for usage metrics
Searched through the PostgreSQL database - unclear which tables track node executions
Questions:
Is there a built-in way to check current node execution count in Self-Hosted Lite?
Where can I see my trace usage in LangSmith Developer account?
Has anyone built a custom solution to track these metrics?
Do the node executions reset yearly from the deployment date or calendar year?
I'm concerned about hitting the limits unexpectedly and having my application stop working. Any guidance on monitoring usage would be greatly appreciated!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I'm using LangGraph Self-Hosted Lite (free tier) and I'm trying to figure out how to monitor my usage against the limits:
My setup:
The problem:
I can't find any dashboard or API endpoint that shows:
What I've tried:
Checked LangSmith dashboard - only shows trace visualization, not the count against my limit
Looked for API endpoints in the documentation - couldn't find any for usage metrics
Searched through the PostgreSQL database - unclear which tables track node executions
Questions:
I'm concerned about hitting the limits unexpectedly and having my application stop working. Any guidance on monitoring usage would be greatly appreciated!
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions