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
Fix redirects on /ring page by using relative targets. (#1896)
* Fix redirects on /ring page by using relative targets.
Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com>
* CHANGELOG.md
Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com>
* CHANGELOG.md, correct order.
Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com>
* Fix typo
Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@
9
9
*`ruler.rule-path` has been added to specify where the prometheus rule manager will sync rule files
10
10
*`ruler.storage.type` has beem added to specify the rule store backend type, currently only the configdb.
11
11
*`ruler.poll-interval` has been added to specify the interval in which to poll new rule groups.
12
+
*[CHANGE] Use relative links from /ring page to make it work when used behind reverse proxy. #1896
12
13
*[FEATURE] The distributor can now drop labels from samples (similar to the removal of the replica label for HA ingestion) per user via the `distributor.drop-label` flag. #1726
13
14
*[BUGFIX] Fixed unnecessary CAS operations done by the HA tracker when the jitter is enabled. #1861
0 commit comments