find_exceptions
Identify exceptions in Logfire telemetry data by specifying a time range up to 7 days. Analyze and retrieve error patterns using OpenTelemetry traces for effective troubleshooting.
Instructions
Get the exceptions on a file.
Args:
age: Number of minutes to look back, e.g. 30 for last 30 minutes. Maximum allowed value is 7 days.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
age | Yes |
Input Schema (JSON Schema)
{
"properties": {
"age": {
"title": "Age",
"type": "integer"
}
},
"required": [
"age"
],
"title": "find_exceptionsArguments",
"type": "object"
}