File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 7
7
* config.querier.query_ingesters_within: 13h -> 0s (default)
8
8
* config.querier.query_store_after: 12h -> 0s (default)
9
9
* [ ENHANCEMENT] Fix the indentation of memcached guide #309
10
+ * [ ENHANCEMENT] Added api endpoints for Grafana 8 unified alerting #291
10
11
11
12
## 1.2.0 / 2021-12-29
12
13
Original file line number Diff line number Diff line change 98
98
proxy_pass http://{{ template "cortex.fullname" . }}-alertmanager.{{ $rootDomain }}$request_uri;
99
99
}
100
100
101
+ location = /api/prom/api/v1/alerts {
102
+ proxy_pass http://{{ template "cortex.fullname" . }}-alertmanager.{{ $rootDomain }}/api/v1/alerts;
103
+ }
104
+
101
105
# Ruler Config
102
106
location ~ /api/v1/rules {
103
107
proxy_pass http://{{ template "cortex.fullname" . }}-ruler.{{ $rootDomain }}$request_uri;
@@ -107,6 +111,10 @@ data:
107
111
proxy_pass http://{{ template "cortex.fullname" . }}-ruler.{{ $rootDomain }}$request_uri;
108
112
}
109
113
114
+ location ~ /api/prom/rules {
115
+ proxy_pass http://{{ template "cortex.fullname" . }}-ruler.{{ $rootDomain }}$request_uri;
116
+ }
117
+
110
118
# Config Config
111
119
location ~ /api/prom/configs/.* {
112
120
proxy_pass http://{{ template "cortex.fullname" . }}-configs.{{ $rootDomain }}$request_uri;
You can’t perform that action at this time.
0 commit comments