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.
1010- [x] List and fetch datasource information
1111- [ ] Query datasources
1212 - [x] Prometheus
13- - [ ] Loki (log queries, metric queries)
13+ - [x] Loki
14+ - [x] Log queries
15+ - [ ] Metric queries
1416 - [ ] Tempo
1517 - [ ] Pyroscope
1618- [x] Query Prometheus metadata
1719 - [x] Metric metadata
1820 - [x] Metric names
1921 - [x] Label names
2022 - [x] Label values
23+ - [x] Query Loki
24+ - [x] Label names
25+ - [x] Label values
26+ - [x] Stats
27+ - [x] Logs
2128- [x] Search, create, update and close incidents
2229- [ ] Start Sift investigations and view the results
2330
@@ -41,6 +48,10 @@ This is useful if you don't use certain functionality or if you don't want to ta
4148| ` create_incident ` | Incident | Create an incident in Grafana Incident |
4249| ` add_activity_to_incident ` | Incident | Add an activity item to an incident in Grafana Incident |
4350| ` 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 |
4455
4556## Usage
4657
You can’t perform that action at this time.
0 commit comments