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
-`searchText` (optional) - Text to search for in log body
@@ -380,7 +380,7 @@ Searches traces for a specific service.
380
380
-**Parameters**:
381
381
-`service` (required) - Service name to search traces for
382
382
-`timeRange` (optional) - Time range like '2h', '6h', '2d', '7d'
383
-
-`start` (optional) - Start time in milliseconds (defaults to 24 hours ago)
383
+
-`start` (optional) - Start time in milliseconds (defaults to 6 hours ago)
384
384
-`end` (optional) - End time in milliseconds (defaults to now)
385
385
-`operation` (optional) - Operation name to filter by
386
386
-`error` (optional) - Filter by error status (true/false)
@@ -393,15 +393,15 @@ Gets trace information including all spans and metadata.
393
393
-**Parameters**:
394
394
-`traceId` (required) - Trace ID to get details for
395
395
-`timeRange` (optional) - Time range like '2h', '6h', '2d', '7d'
396
-
-`start` (optional) - Start time in milliseconds (defaults to 24 hours ago)
396
+
-`start` (optional) - Start time in milliseconds (defaults to 6 hours ago)
397
397
-`end` (optional) - End time in milliseconds (defaults to now)
398
398
-`includeSpans` (optional) - Include detailed span information (true/false, default: true)
399
399
400
400
#### `get_trace_error_analysis`
401
401
Analyzes error patterns in traces.
402
402
-**Parameters**:
403
403
-`timeRange` (optional) - Time range like '2h', '6h', '2d', '7d'
404
-
-`start` (optional) - Start time in milliseconds (defaults to 24 hours ago)
404
+
-`start` (optional) - Start time in milliseconds (defaults to 6 hours ago)
405
405
-`end` (optional) - End time in milliseconds (defaults to now)
406
406
-`service` (optional) - Service name to filter by
407
407
-**Returns**: Traces with errors, useful for identifying patterns and affected services
@@ -411,7 +411,7 @@ Gets trace span relationships and hierarchy.
411
411
-**Parameters**:
412
412
-`traceId` (required) - Trace ID to get span hierarchy for
413
413
-`timeRange` (optional) - Time range like '2h', '6h', '2d', '7d'
414
-
-`start` (optional) - Start time in milliseconds (defaults to 24 hours ago)
414
+
-`start` (optional) - Start time in milliseconds (defaults to 6 hours ago)
415
415
-`end` (optional) - End time in milliseconds (defaults to now)
416
416
417
417
#### `signoz_execute_builder_query`
@@ -438,7 +438,7 @@ Use the `timeRange` parameter with formats:
438
438
-`'2d'` - Last 2 days
439
439
-`'7d'` - Last 7 days
440
440
441
-
The `timeRange` parameter automatically calculates the time window from now backwards. If not specified, most tools default to the last 24 hours. You can also specify time in milliseconds and nanoseconds
441
+
The `timeRange` parameter automatically calculates the time window from now backwards. If not specified, most tools default to the last 6 hours. You can also specify time in milliseconds and nanoseconds
442
442
### Response Format
443
443
444
444
All tools return JSON responses that are optimized for LLM consumption:
0 commit comments