@@ -31,8 +31,8 @@ This provides access to your Grafana instance and the surrounding ecosystem.
31
31
- [x] List Investigations with a limit parameter
32
32
- [x] Get Investigation
33
33
- [x] Get Analyses
34
- - [x] Create an Investigation only running ErrorPatternLogs Check
35
- - [x] Create an Investigation only running SlowRequests Check
34
+ - [x] Find error patterns in logs using Sift
35
+ - [x] Find slow requests using Sift
36
36
- [ ] Add tools on the other Sift Checks
37
37
- [ ] Alerting
38
38
- [x] List and fetch alert rule information
@@ -77,15 +77,15 @@ the OnCall tools, use `--disable-oncall`.
77
77
| ` list_alert_rules ` | Alerting | List alert rules |
78
78
| ` get_alert_rule_by_uid ` | Alerting | Get alert rule by UID |
79
79
| ` list_oncall_schedules ` | OnCall | List schedules from Grafana OnCall |
80
- | ` get_oncall_shift ` | OnCall | Get details for a specific OnCall shift |
80
+ | ` get_oncall_shift ` | OnCall | Get details for a specific OnCall shift |
81
81
| ` get_current_oncall_users ` | OnCall | Get users currently on-call for a specific schedule |
82
82
| ` list_oncall_teams ` | OnCall | List teams from Grafana OnCall |
83
83
| ` list_oncall_users ` | OnCall | List users from Grafana OnCall |
84
- | ` get_investigation ` | Sift | Retrieve an existing Sift investigation by its UUID |
85
- | ` get_analysis ` | Sift | Retrieve a specific analysis from a Sift investigation |
86
- | ` list_investigations ` | Sift | Retrieve a list of Sift investigations with an optional limit |
87
- | ` run_error_pattern_logs ` | Sift | Create a Sift investigation with ErrorPatternLogs check and get results |
88
- | ` run_slow_requests_check ` | Sift | Create a Sift investigation with SlowRequests check and get results |
84
+ | ` get_investigation ` | Sift | Retrieve an existing Sift investigation by its UUID |
85
+ | ` get_analysis ` | Sift | Retrieve a specific analysis from a Sift investigation |
86
+ | ` list_investigations ` | Sift | Retrieve a list of Sift investigations with an optional limit |
87
+ | ` find_error_pattern_logs ` | Sift | Finds elevated error patterns in Loki logs. |
88
+ | ` find_slow_requests ` | Sift | Finds slow requests from the relevant tempo datasources. |
89
89
90
90
## Usage
91
91
0 commit comments