Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(mimirtool): Make remote-read actually return data
Since #9156 probably, all the remote read commands return no data I added a missing error return using `timeseries.Err()` and got this error: `mimirtool: error: chunkedReader: message size exceeded the limit 0 bytes; got: 361 bytes, try --help` which lead me to find that we need to pass in `ChunkedReadLimit` on the client I set it at a default 1 MiB and configurable through a flag
- Loading branch information