Compare commits
2 Commits
5b9eda48f8
...
52f50a1a06
| Author | SHA1 | Date | |
|---|---|---|---|
|
52f50a1a06
|
|||
|
d31a93d3b6
|
@@ -32,7 +32,8 @@
|
|||||||
"run",
|
"run",
|
||||||
".#lab-monitoring",
|
".#lab-monitoring",
|
||||||
"--",
|
"--",
|
||||||
"serve"
|
"serve",
|
||||||
|
"--enable-silences"
|
||||||
],
|
],
|
||||||
"env": {
|
"env": {
|
||||||
"PROMETHEUS_URL": "https://prometheus.home.2rjus.net",
|
"PROMETHEUS_URL": "https://prometheus.home.2rjus.net",
|
||||||
|
|||||||
1
TODO.md
1
TODO.md
@@ -21,6 +21,7 @@
|
|||||||
|
|
||||||
- [ ] Add `list_rules` tool - list Prometheus alerting and recording rules (via `/api/v1/rules`)
|
- [ ] Add `list_rules` tool - list Prometheus alerting and recording rules (via `/api/v1/rules`)
|
||||||
- [ ] Add `get_rule_group` tool - get details for a specific rule group
|
- [ ] Add `get_rule_group` tool - get details for a specific rule group
|
||||||
|
- [ ] Add Loki log query support - query logs via LogQL (via `/loki/api/v1/query_range`), enabling log correlation when investigating alerts (e.g., fetch logs for a specific instance/job around the time an alert fired)
|
||||||
|
|
||||||
## Nice to Have
|
## Nice to Have
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user