You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,9 @@
14
14
*[ENHANCEMENT] Memberlist: add status page (/memberlist) with available details about memberlist-based KV store and memberlist cluster. It's also possible to view KV values in Go struct or JSON format, or download for inspection. #3575
15
15
*[ENHANCEMENT] Memberlist: client can now keep a size-bounded buffer with sent and received messages and display them in the admin UI (/memberlist) for troubleshooting. #3581
16
16
*[BUGFIX] Query-Frontend: `cortex_query_seconds_total` now return seconds not nanoseconds. #3589
17
+
*[ENHANCEMENT] Add api to list all tenant alertmanager configs and ruler rules. #3259
Displays a web page with the ruler hash ring status, including the state, healthy and last heartbeat time of each ruler.
399
401
402
+
### Ruler rules
403
+
404
+
```
405
+
GET /ruler/rules
406
+
```
407
+
408
+
List all tenant rules that are currently loaded. This endpoint returns a YAML dictionary with all the rule groups for each tenant and `200` status code on success.
409
+
400
410
### List rules
401
411
402
412
```
@@ -617,6 +627,14 @@ GET /status
617
627
618
628
Displays a web page with the current status of the Alertmanager, including the Alertmanager cluster members.
619
629
630
+
### Alertmanager configs
631
+
632
+
```
633
+
GET /multitenant_alertmanager/configs
634
+
```
635
+
636
+
List all Alertmanager configurations that are currently loaded. This endpoint returns a YAML dictionary with all the Alertmanager configurations and `200` status code on success.
0 commit comments