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
The messageSizeLargerErrFmt error should be added to the errors catalog. This error is returned when the incoming push request size is bigger than the allowed limit:
The
messageSizeLargerErrFmt
error should be added to the errors catalog. This error is returned when the incoming push request size is bigger than the allowed limit:mimir/pkg/util/http.go
Lines 175 to 183 in 065f6d6
The related config option to control the limit is defined here:
mimir/pkg/distributor/distributor.go
Line 175 in 065f6d6
We should take the opportunity to improve the config option description too.
The text was updated successfully, but these errors were encountered: