get_error_count
Count traces with exceptions in the last N minutes. Returns error statistics including trace and exception counts.
Instructions
Get number of traces with exceptions in last N minutes.
Args:
ctx: Context object containing lifespan context with Langfuse client
age: Number of minutes to look back; capped by the configured maximum
Returns:
Dictionary with error statistics including trace count, observation count, and exception countInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| age | Yes | Number of minutes to look back (positive integer, max 7 days/10080 minutes) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||