Skip to content

Commit cc612e2

Browse files
committed
review comments
1 parent 26d780e commit cc612e2

File tree

3 files changed

+97
-97
lines changed

3 files changed

+97
-97
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ This provides access to your Grafana instance and the surrounding ecosystem.
3131
- [x] List Investigations with a limit parameter
3232
- [x] Get Investigation
3333
- [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
3636
- [ ] Add tools on the other Sift Checks
3737
- [ ] Alerting
3838
- [x] List and fetch alert rule information
@@ -77,15 +77,15 @@ the OnCall tools, use `--disable-oncall`.
7777
| `list_alert_rules` | Alerting | List alert rules |
7878
| `get_alert_rule_by_uid` | Alerting | Get alert rule by UID |
7979
| `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 |
8181
| `get_current_oncall_users` | OnCall | Get users currently on-call for a specific schedule |
8282
| `list_oncall_teams` | OnCall | List teams from Grafana OnCall |
8383
| `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. |
8989

9090
## Usage
9191

0 commit comments

Comments
 (0)