File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,21 @@ This provides access to your Grafana instance and the surrounding ecosystem.
10
10
- [x] List and fetch datasource information
11
11
- [ ] Query datasources
12
12
- [x] Prometheus
13
- - [ ] Loki (log queries, metric queries)
13
+ - [x] Loki
14
+ - [x] Log queries
15
+ - [ ] Metric queries
14
16
- [ ] Tempo
15
17
- [ ] Pyroscope
16
18
- [x] Query Prometheus metadata
17
19
- [x] Metric metadata
18
20
- [x] Metric names
19
21
- [x] Label names
20
22
- [x] Label values
23
+ - [x] Query Loki
24
+ - [x] Label names
25
+ - [x] Label values
26
+ - [x] Stats
27
+ - [x] Logs
21
28
- [x] Search, create, update and close incidents
22
29
- [ ] Start Sift investigations and view the results
23
30
@@ -41,6 +48,10 @@ This is useful if you don't use certain functionality or if you don't want to ta
41
48
| ` create_incident ` | Incident | Create an incident in Grafana Incident |
42
49
| ` add_activity_to_incident ` | Incident | Add an activity item to an incident in Grafana Incident |
43
50
| ` resolve_incident ` | Incident | Resolve an incident in Grafana Incident |
51
+ | ` query_loki_logs ` | Loki | Query and retrieve log entries using LogQL |
52
+ | ` list_loki_label_names ` | Loki | List all available label names in logs |
53
+ | ` list_loki_label_values ` | Loki | List values for a specific log label |
54
+ | ` query_loki_stats ` | Loki | Get statistics about log streams |
44
55
45
56
## Usage
46
57
You can’t perform that action at this time.
0 commit comments