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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,9 @@
41
41
*[CHANGE] Disables TSDB isolation. #4825
42
42
*[CHANGE] Drops support Prometheus 1.x rule format on configdb. #4826
43
43
*[CHANGE] Removes `-ingester.stream-chunks-when-using-blocks` experimental flag and stream chunks by default when `querier.ingester-streaming` is enabled. #4864
44
+
*[CHANGE] Make store gateway and alertmanager gRPC client settings configurable via `-querier.store-gateway-client.grpc-client-config.*` and `-alertmanager.alertmanager-client.grpc-client-config.*`. TLS flags have been moved too. #4889
45
+
-`-querier.store-gateway-client.tls-*` changed to `-querier.store-gateway-client.grpc-client-config.tls-*`
46
+
-`-alertmanager.alertmanager-client.tls-*` changed to `-alertmanager.alertmanager-client.grpc-client-config.tls-*`
44
47
*[ENHANCEMENT] AlertManager: Retrying AlertManager Get Requests (Get Alertmanager status, Get Alertmanager Receivers) on next replica on error #4840
45
48
*[ENHANCEMENT] Querier/Ruler: Retry store-gateway in case of unexpected failure, instead of failing the query. #4532#4839
46
49
*[ENHANCEMENT] Ring: DoBatch prioritize 4xx errors when failing. #4783
0 commit comments