@@ -54,38 +54,38 @@ the OnCall tools, use `--disable-oncall`.
54
54
55
55
### Tools
56
56
57
- | Tool | Category | Description |
58
- | -----------------------------------| -------------| --------------------------------------------------------------------|
59
- | ` search_dashboards ` | Search | Search for dashboards |
60
- | ` get_dashboard_by_uid ` | Dashboard | Get a dashboard by uid |
61
- | ` list_datasources ` | Datasources | List datasources |
62
- | ` get_datasource_by_uid ` | Datasources | Get a datasource by uid |
63
- | ` get_datasource_by_name ` | Datasources | Get a datasource by name |
64
- | ` query_prometheus ` | Prometheus | Execute a query against a Prometheus datasource |
65
- | ` list_prometheus_metric_metadata ` | Prometheus | List metric metadata |
66
- | ` list_prometheus_metric_names ` | Prometheus | List available metric names |
67
- | ` list_prometheus_label_names ` | Prometheus | List label names matching a selector |
68
- | ` list_prometheus_label_values ` | Prometheus | List values for a specific label |
69
- | ` list_incidents ` | Incident | List incidents in Grafana Incident |
70
- | ` create_incident ` | Incident | Create an incident in Grafana Incident |
71
- | ` add_activity_to_incident ` | Incident | Add an activity item to an incident in Grafana Incident |
72
- | ` resolve_incident ` | Incident | Resolve an incident in Grafana Incident |
73
- | ` query_loki_logs ` | Loki | Query and retrieve logs using LogQL (either log or metric queries) |
74
- | ` list_loki_label_names ` | Loki | List all available label names in logs |
75
- | ` list_loki_label_values ` | Loki | List values for a specific log label |
76
- | ` query_loki_stats ` | Loki | Get statistics about log streams |
77
- | ` list_alert_rules ` | Alerting | List alert rules |
78
- | ` get_alert_rule_by_uid ` | Alerting | Get alert rule by UID |
79
- | ` list_oncall_schedules ` | OnCall | List schedules from Grafana OnCall |
80
- | ` get_oncall_shift ` | OnCall | Get details for a specific OnCall shift |
81
- | ` get_current_oncall_users ` | OnCall | Get users currently on-call for a specific schedule |
82
- | ` list_oncall_teams ` | OnCall | List teams from Grafana OnCall |
83
- | ` list_oncall_users ` | OnCall | List users from Grafana OnCall |
57
+ | Tool | Category | Description |
58
+ | -----------------------------------| -------------| -------------------------------------------------------------------- |
59
+ | ` search_dashboards ` | Search | Search for dashboards |
60
+ | ` get_dashboard_by_uid ` | Dashboard | Get a dashboard by uid |
61
+ | ` list_datasources ` | Datasources | List datasources |
62
+ | ` get_datasource_by_uid ` | Datasources | Get a datasource by uid |
63
+ | ` get_datasource_by_name ` | Datasources | Get a datasource by name |
64
+ | ` query_prometheus ` | Prometheus | Execute a query against a Prometheus datasource |
65
+ | ` list_prometheus_metric_metadata ` | Prometheus | List metric metadata |
66
+ | ` list_prometheus_metric_names ` | Prometheus | List available metric names |
67
+ | ` list_prometheus_label_names ` | Prometheus | List label names matching a selector |
68
+ | ` list_prometheus_label_values ` | Prometheus | List values for a specific label |
69
+ | ` list_incidents ` | Incident | List incidents in Grafana Incident |
70
+ | ` create_incident ` | Incident | Create an incident in Grafana Incident |
71
+ | ` add_activity_to_incident ` | Incident | Add an activity item to an incident in Grafana Incident |
72
+ | ` resolve_incident ` | Incident | Resolve an incident in Grafana Incident |
73
+ | ` query_loki_logs ` | Loki | Query and retrieve logs using LogQL (either log or metric queries) |
74
+ | ` list_loki_label_names ` | Loki | List all available label names in logs |
75
+ | ` list_loki_label_values ` | Loki | List values for a specific log label |
76
+ | ` query_loki_stats ` | Loki | Get statistics about log streams |
77
+ | ` list_alert_rules ` | Alerting | List alert rules |
78
+ | ` get_alert_rule_by_uid ` | Alerting | Get alert rule by UID |
79
+ | ` list_oncall_schedules ` | OnCall | List schedules from Grafana OnCall |
80
+ | ` get_oncall_shift ` | OnCall | Get details for a specific OnCall shift |
81
+ | ` get_current_oncall_users ` | OnCall | Get users currently on-call for a specific schedule |
82
+ | ` list_oncall_teams ` | OnCall | List teams from Grafana OnCall |
83
+ | ` list_oncall_users ` | OnCall | List users from Grafana OnCall |
84
84
| ` get_investigation ` | Sift | Retrieve an existing Sift investigation by its UUID |
85
- | ` get_analysis ` | Sift | Retrieve a specific analysis from a Sift investigation |
85
+ | ` get_analysis ` | Sift | Retrieve a specific analysis from a Sift investigation |
86
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 |
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