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
@@ -395,7 +395,7 @@ Searches traces for a specific service.
395
395
-**Parameters**:
396
396
-`service` (required) - Service name to search traces for
397
397
-`timeRange` (optional) - Time range like '2h', '6h', '2d', '7d'
398
-
-`start` (optional) - Start time in milliseconds (defaults to 24 hours ago)
398
+
-`start` (optional) - Start time in milliseconds (defaults to 6 hours ago)
399
399
-`end` (optional) - End time in milliseconds (defaults to now)
400
400
-`operation` (optional) - Operation name to filter by
401
401
-`error` (optional) - Filter by error status (true/false)
@@ -408,15 +408,15 @@ Gets trace information including all spans and metadata.
408
408
-**Parameters**:
409
409
-`traceId` (required) - Trace ID to get details for
410
410
-`timeRange` (optional) - Time range like '2h', '6h', '2d', '7d'
411
-
-`start` (optional) - Start time in milliseconds (defaults to 24 hours ago)
411
+
-`start` (optional) - Start time in milliseconds (defaults to 6 hours ago)
412
412
-`end` (optional) - End time in milliseconds (defaults to now)
413
413
-`includeSpans` (optional) - Include detailed span information (true/false, default: true)
414
414
415
415
#### `get_trace_error_analysis`
416
416
Analyzes error patterns in traces.
417
417
-**Parameters**:
418
418
-`timeRange` (optional) - Time range like '2h', '6h', '2d', '7d'
419
-
-`start` (optional) - Start time in milliseconds (defaults to 24 hours ago)
419
+
-`start` (optional) - Start time in milliseconds (defaults to 6 hours ago)
420
420
-`end` (optional) - End time in milliseconds (defaults to now)
421
421
-`service` (optional) - Service name to filter by
422
422
-**Returns**: Traces with errors, useful for identifying patterns and affected services
@@ -426,7 +426,7 @@ Gets trace span relationships and hierarchy.
426
426
-**Parameters**:
427
427
-`traceId` (required) - Trace ID to get span hierarchy for
428
428
-`timeRange` (optional) - Time range like '2h', '6h', '2d', '7d'
429
-
-`start` (optional) - Start time in milliseconds (defaults to 24 hours ago)
429
+
-`start` (optional) - Start time in milliseconds (defaults to 6 hours ago)
430
430
-`end` (optional) - End time in milliseconds (defaults to now)
431
431
432
432
#### `signoz_execute_builder_query`
@@ -453,7 +453,7 @@ Use the `timeRange` parameter with formats:
453
453
-`'2d'` - Last 2 days
454
454
-`'7d'` - Last 7 days
455
455
456
-
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
456
+
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
457
457
### Response Format
458
458
459
459
All tools return JSON responses that are optimized for LLM consumption:
0 commit comments